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

Skip to content
Commit 1718ee0c authored by Matt Garnes's avatar Matt Garnes Committed by Gerrit Code Review
Browse files

Wait until the Keyguard is drawn to dismiss the boot dialog.

In a631d49e, we check that the keyguard is ready to avoid displaying the
homescreen before the keyguard if the boot message is dismissed too
soon. However, this only checked mKeyguardDrawnOnce, which is set to
true before the keyguard is fully visible to the user. Instead, wait for
mKeyguardDrawComplete, which will be triggered when the Keyguard is
actually fully visible.

With this change, the keyguard should always be the first thing displayed
after the boot dialog is dismissed, not the home screen.

Change-Id: I92f7df66e04613e9f9b39d293b190fc2473de176
parent e52c239d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment