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

Skip to content
Commit 20e003f6 authored by Yining Liu's avatar Yining Liu
Browse files

Fix HUN not showing after unlocking with unlock button

We have a race condition between LockscreenToGoneTransitionViewModel.notificationAlpha and isTransitioningToHiddenKeyguard, which leads to NSSL being left
transparent when unlocking too fast (approximately 200ms, longer
than unlocking by long-pressing the unlock button).

This is the first phase of fix: decreasing the duration of
LockscreenToGoneTransitionViewModel from 200ms to 100ms, making
it shorter than unlocking by long-pressing the unlock button.
The next phase should find a way to prevent this race condition.

Change-Id: I05cff92a3715e3be75b19b5741b301a112a54490
Test: LockscreenToGoneTransitionViewModelTest
Flag: EXEMPT bugfix
Fix: 357316448
parent f7bd08de
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment