Skip to content
Commit be33a715 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Fix notifications accepting touches outside their bounds

I have confirmed that this bug is the result of the ENR's mClipTopAmount being negative, but I am not certain why; my best guess is that the launch animation is causing this value to be set to a negative value, and that it's not cleaning up at the end of the animation.  However, that alone isn't enough to explain why this can keep happening on subsequent taps, so more investigation is needed there.  On the other hand, this is the safest way to fix the tap issue without risking the introduction of other bugs.

Test: manual testing using breakpoint evaluation to apply the logic change while in the bad state
Fixes: 230080345
Change-Id: I3dec0e99111777ca37eddf79a33487fc0c8dc99c
parent 34b4ebd8
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