Fix issue with dialer launch transition
Test: Disable assistant, launch dialer on secure keyguard Test: Launch assistant Test: Launch camera Change-Id: Ic3231f5f28fa0cf704b5f5d6e1993b296f14f5a3 Fixes: 38450585
This commit is contained in:
@@ -3556,6 +3556,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);
|
||||
|
||||
Reference in New Issue
Block a user