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

Commit 20bc608d authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Fix issue with dialer launch transition am: db931337

am: 1a5f0c7c

Change-Id: Id8384736c70d82b9ef95e4cb805dde08f039dc04
parents 62d4642c 1a5f0c7c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3606,6 +3606,12 @@ public class StatusBar extends SystemUI implements DemoMode,
                    // Do it after DismissAction has been processed to conserve the needed ordering.
                    mHandler.post(this::runPostCollapseRunnables);
                }
            } else if (isInLaunchTransition() && mNotificationPanel.isLaunchTransitionFinished()) {

                // We are not dismissing the shade, but the launch transition is already finished,
                // so nobody will call readyForKeyguardDone anymore. Post it such that
                // keyguardDonePending gets called first.
                mHandler.post(mStatusBarKeyguardViewManager::readyForKeyguardDone);
            }
            return deferred;
        }, cancelAction, afterKeyguardGone);