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

Commit 44dcab55 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 am: e71916fc

am: d31bb718

Change-Id: Ic50ad039b36c56814e675936e49bb904a790ed9c
parents a0eb2ddf d31bb718
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