Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 167b4ad4 authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am fa0211ad: am 8d1e86d0: am 1907c0d2: Merge "Don\'t show external...

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

* commit 'fa0211ad':
  Don't show external presentation until keyguard actually shows
parents 1aebcb9b fa0211ad
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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() {