am 1907c0d2
: Merge "Don\'t show external presentation until keyguard actually shows" into klp-dev
* commit '1907c0d280d97776708810c9d24931aa6f818790': Don't show external presentation until keyguard actually shows
This commit is contained in:
@ -618,14 +618,6 @@ public class KeyguardViewMediator {
|
||||
}
|
||||
}
|
||||
KeyguardUpdateMonitor.getInstance(mContext).dispatchScreenTurndOff(why);
|
||||
|
||||
// This needs to run on the UI thread
|
||||
mHandler.post(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
mKeyguardDisplayManager.show();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private void doKeyguardLaterLocked() {
|
||||
|
Reference in New Issue
Block a user