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

Skip to content
Commit 0f3abd36 authored by Issei Suzuki's avatar Issei Suzuki
Browse files

Fix unlock failure when app is in reverse portrait orientation.

When the screen is rotated, AppTransition clears app transition requests
to cancel the app transition animation, since screen rotation animation
is played. If this happens,AppTransition calls AppTransitionListener,
which ends up with IKeyguardService.startKeyguardGoingAway binder call.

This code path should be kept working when remote animation is enabled.

Bug: 196358471
Test: manual
  1. enable auto-rotate, register fingerprint, set secure lock method.
  2. run an app which supports reverse portrait mode.
  3. put the device upside down.
  4. go to lock screen
  5. unlock the device using the fingerprint sensor.
Change-Id: I7d079431d369dc7ba7d737234af6b8285111bf8d
parent c87aa1a2
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