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

Skip to content
Commit 3d9a70da authored by Ruthwar Kumar Ambeer's avatar Ruthwar Kumar Ambeer
Browse files

Blank Screen in Emergency Call UI screen

Blank Screen is observed When Emergency Call is
initiated one after ending other with in a short
gap. The reason for this is CircularRevealAnimation
is not succesfully completed sometimes when Screen
is locked and leading to unhandling CallCardFragment.
With the current design CallCardFragment is shown
only when RevealAnimation is finished succesfully.

The fix is to setup some expiry to the animation
and If Animation is not finished with in expiry
then launch CallCardfragment.The expiry duration
is set as Animation duration + 200ms.

Change-Id: I46e9dac9fb148efc1556f577c2822b0dd8e03b68
CRs-Fixed: 1062926
parent 0738997d
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