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

Skip to content
Commit d7835b06 authored by felkachang's avatar felkachang
Browse files

Fix flicker after HUN disappear animation

When the user click on the heads up notification that has input field
and the IME has shown, HUN show the animation
ANIMATION_TYPE_HEADS_UP_DISAPPEAR_CLICK and ANIMATION_TYPE_VIEW_RESIZE
at the same time. The user click on the HUN without input field will
only trigger ANIMATION_TYPE_HEADS_UP_DISAPPEAR_CLICK animation.

ANIMATION_TYPE_VIEW_RESIZE is request by requestAnimationOnViewResize
after clicking because Input field change disappear.

The solution is to avoid play the animation at the same time because
ANIMATION_TYPE_HEADS_UP_DISAPPEAR_CLICK is very strange go with
ANIMATION_TYPE_VIEW_RESIZE.

Test: manual test
Change-Id: Ic4762985e96013dbd9225ec16fd85b17a0ca4de8
Fixes: 111530102
parent 740be2ef
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