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
Loading
Please register or sign in to comment