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

Skip to content
Commit a84ac005 authored by Jorge Gil's avatar Jorge Gil
Browse files

Add KEYGUARD_OCCLUDING flag/startTask to WAKE transition

This fixes an issue were if the device wakes and a freeform task opens
over the unlocked keyguard at the same time, the OPEN task change may be
included into the TRANSIT_WAKE transition that was not handled by the
KeyguardTransitionHandler, which prevented it from being dismissed out
of freeform mode into fullscreen mode.

This change adds the KEYGUARD_OCCLUDING flag to the wake transition, so
that the KeyguardTransitionHandler is able to handle the animation.

Bug: 329916266
Bug: 326384071
Bug: 310307979
Test: atest ActivityVisibilityTests#testFreeformWindowToTurnScreenOn
--rerun-until-failure (no failures in 200+ attempts)

Change-Id: Ia33852c77678e2596bb88fd4dcca72b451466510
parent e6cd1bb1
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