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

Commit ee3f864d authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "Don't start keyguard in an attempt to exit it." into cm-10.1

parents d29998aa 358654f3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -995,10 +995,6 @@ public abstract class BaseStatusBar extends SystemUI implements
                    // the stack trace isn't very helpful here.  Just log the exception message.
                    Slog.w(TAG, "Sending contentIntent failed: " + e);
                }

                KeyguardManager kgm =
                    (KeyguardManager) mContext.getSystemService(Context.KEYGUARD_SERVICE);
                if (kgm != null) kgm.exitKeyguardSecurely(null);
            }

            try {