Merge "Don't show external presentation until keyguard actually shows" into klp-dev

This commit is contained in:
Jim Miller
2013-11-15 02:18:08 +00:00
committed by Android (Google) Code Review

View File

@ -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() {