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

Commit 213a4b78 authored by Vincent Wang's avatar Vincent Wang Committed by Automerger Merge Worker
Browse files

Merge "Fix 3rd-party app Biometric Prompt has no response after rotation" into...

Merge "Fix 3rd-party app Biometric Prompt has no response after rotation" into tm-qpr-dev am: ab326e01 am: 40979ee7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20118237



Change-Id: Iefd31b6f2dd88e2addac8bbf44dc38a8ab7d5ea9
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents cf771589 40979ee7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -806,7 +806,7 @@ public class AuthContainerView extends LinearLayout
        }
        mContainerState = STATE_GONE;
        if (isAttachedToWindow()) {
            mWindowManager.removeView(this);
            mWindowManager.removeViewImmediate(this);
        }
    }