Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 321c4614 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge remote-tracking branch 'origin/lineage-23.2' into a16.2

parents e09d5197 fccfea35
Loading
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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
        }