Fix light status bar transition

It always thought the keyguard was going away which was messing with
a bunch of transitions.

Change-Id: Ie50fe71e3f75aa123db7e147ac0402d459b80536
Fixes: 34975365
Test: Open app with light status bar
This commit is contained in:
Jason Monk
2017-03-15 10:26:37 -04:00
parent f33a037907
commit 60c5cf2e69

View File

@@ -129,6 +129,7 @@ public class KeyguardMonitorImpl extends KeyguardUpdateMonitorCallback
public void notifyKeyguardDoneFading() {
mKeyguardFadingAway = false;
mKeyguardGoingAway = false;
notifyKeyguardChanged();
}