am 8d1e86d0: am 1907c0d2: Merge "Don\'t show external presentation until keyguard actually shows" into klp-dev

* commit '8d1e86d054c9d2a9bdec2a0c9d454ddf21768031':
  Don't show external presentation until keyguard actually shows
This commit is contained in:
Jim Miller
2013-11-14 18:24:35 -08:00
committed by Android Git Automerger

View File

@@ -618,14 +618,6 @@ public class KeyguardViewMediator {
} }
} }
KeyguardUpdateMonitor.getInstance(mContext).dispatchScreenTurndOff(why); 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() { private void doKeyguardLaterLocked() {