Merge "Do not call finishKeyguardDrawn with PWM's mlock"

This commit is contained in:
Jorim Jaggi
2018-05-28 10:53:30 +00:00
committed by Gerrit Code Review

View File

@@ -6819,7 +6819,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
} else {
if (DEBUG_WAKEUP) Slog.d(TAG,
"null mKeyguardDelegate: setting mKeyguardDrawComplete.");
finishKeyguardDrawn();
mHandler.sendEmptyMessage(MSG_KEYGUARD_DRAWN_COMPLETE);
}
}
}