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

Commit 859adc66 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Cancel show runnable when bouncer is hidden" into qt-r1-dev

parents dcb049c3 9b8e5e38
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -207,7 +207,6 @@ public class KeyguardBouncer {
     * @see #onFullyShown()
     */
    private void onFullyHidden() {
        if (!mShowingSoon) {
        cancelShowRunnable();
        if (mRoot != null) {
            mRoot.setVisibility(View.INVISIBLE);
@@ -215,7 +214,6 @@ public class KeyguardBouncer {
        mFalsingManager.onBouncerHidden();
        DejankUtils.postAfterTraversal(mResetRunnable);
    }
    }

    private final Runnable mShowRunnable = new Runnable() {
        @Override