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

Commit 570b2fe0 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

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

am: 859adc66

Change-Id: I2dbbecf7502b45d4fb4e84b697b5f4a06b4eedf0
parents 503b521a 859adc66
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