[6.2.6][技术优化] 修正View移除逻辑
This commit is contained in:
@@ -70,7 +70,7 @@ class UiPostLancet {
|
||||
@ReplaceInvoke
|
||||
fun postDelayed(view: View, action: Runnable, delayMillis: Long): Boolean {
|
||||
return try {
|
||||
view.postDelayed(action, delayMillis)
|
||||
view.postDelayed(ActionWrapper(action).also { map[action] = it }, delayMillis)
|
||||
} finally {
|
||||
CallerDevaToolsManager.block()?.takeIf {
|
||||
it.hasInit()
|
||||
|
||||
Reference in New Issue
Block a user