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

Skip to content
Commit a88372cc authored by Vincent Wang's avatar Vincent Wang
Browse files

Fix 3rd-party app Biometric Prompt has no response after rotation

There were two AuthContainerView instances during rotating. The old one
should be removed via WindowManger.removeView(). However it may be not
removed so quickly, so the old one has the chance to receive
onWindowFocusChanged(false) and notify BiometricService to cancel. So
replace removeView() with removeViewInmediate().

Bug: b/250830611
Test: 1. Enroll at least 1 finger
      2. Download WeBull from PlayStore
      3. Register an account for WeBull
      4. Enable biometric authentication in WeBull
      5. Lauch WeBull & wait for BP showing
      6. Rotate device & check the result
Change-Id: I03548f0051254cd9df8d4733dfe24d4650b7ab39
parent 2143046c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment