summaryrefslogtreecommitdiff
path: root/libs/androidfw/ObbFile.cpp
diff options
context:
space:
mode:
author Coco Duan <cocod@google.com> 2023-06-08 17:13:19 +0000
committer Coco Duan <cocod@google.com> 2023-06-08 22:56:37 +0000
commit6102ee30e65e6e6d308d59f81bed19935a7bc1c7 (patch)
tree950cfe9f7f045f353525bc4d79014cff32b0631c /libs/androidfw/ObbFile.cpp
parentaa15d011201a2e9cb4d6e6fedddf805e5bcd3a6a (diff)
Fix screen getting relocked after unlocking once and wallpaper dream has stopped
For windowless dream, onAppTransitionFinishedLocked is not called when dreaming starts like other dreams, so mLockAfterAppTransitionFinished flag remains true. When user unlocked via bouncer and dreaming stopped, onAppTransitionFinishedLocked got called and lockNow would then be called to relock the screen. Fix is to add isDreaming check so when dreaming has stopped, we won't call lockNow. Renamed the variable to mLockAfterDreamingTransitionFinished as it is only used by power button press to start dreaming. Bug: b/285059622 Test: atest PowerKeyGestureTests; manual Change-Id: Iceeb2ac97514600bd9a52439282496a38c387b98
Diffstat (limited to 'libs/androidfw/ObbFile.cpp')
0 files changed, 0 insertions, 0 deletions