Loading packages/Keyguard/src/com/android/keyguard/KeyguardViewMediator.java +0 −8 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
packages/Keyguard/src/com/android/keyguard/KeyguardViewMediator.java +0 −8 Original line number Diff line number Diff line Loading @@ -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() { Loading