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

Commit fa9b252e authored by Orhan Uysal's avatar Orhan Uysal
Browse files

Apply startTransaction when animating IME targets.

Fix: 408168642
Test: Lock keyguard when IME is animating the task. See no white surface
under the keyguard.
Flag: com.android.window.flags.enable_desktop_ime_bugfix

Change-Id: I8571bc7690d155a5c2c693ba35f9253020a44ec3
parent 9a742e4e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -189,6 +189,8 @@ class DesktopImeHandler(
        finishTransaction: Transaction,
        finishCallback: Transitions.TransitionFinishCallback,
    ): Boolean {
        startTransaction.apply()

        val animations = mutableListOf<Animator>()
        val onAnimFinish: (Animator) -> Unit = { animator ->
            mainExecutor.execute {