Merge "Ignore duplicate keyguardGoingAway request."
This commit is contained in:
@@ -235,7 +235,7 @@ class KeyguardController {
|
||||
*/
|
||||
void keyguardGoingAway(int displayId, int flags) {
|
||||
final KeyguardDisplayState state = getDisplayState(displayId);
|
||||
if (!state.mKeyguardShowing) {
|
||||
if (!state.mKeyguardShowing || state.mKeyguardGoingAway) {
|
||||
return;
|
||||
}
|
||||
Trace.traceBegin(TRACE_TAG_WINDOW_MANAGER, "keyguardGoingAway");
|
||||
|
||||
Reference in New Issue
Block a user