Merge "Fix light status bar transition"

This commit is contained in:
TreeHugger Robot
2017-03-16 14:22:53 +00:00
committed by Android (Google) Code Review

View File

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