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

Commit 40979ee7 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

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



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