Loading quickstep/src/com/android/launcher3/taskbar/TaskbarInteractor.kt +5 −4 Original line number Diff line number Diff line Loading @@ -192,11 +192,12 @@ class TaskbarInteractor(private val taskbarUIController: TaskbarUIController) { if (rootView.height == 0) { // When view height is 0, we don't have to wait for anything. false } } else { executor.execute { ViewUtils.postFrameDrawn(rootView) { callbackExecutor.execute(callback) } } true } } else { false } Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarInteractor.kt +5 −4 Original line number Diff line number Diff line Loading @@ -192,11 +192,12 @@ class TaskbarInteractor(private val taskbarUIController: TaskbarUIController) { if (rootView.height == 0) { // When view height is 0, we don't have to wait for anything. false } } else { executor.execute { ViewUtils.postFrameDrawn(rootView) { callbackExecutor.execute(callback) } } true } } else { false } Loading