Skip to content
Commit 655f0a37 authored by András Kurucz's avatar András Kurucz
Browse files

Avoid duplicate calls to the FalsingManager upon Notification dismissals

Upon handling the touch events in NotificationSwipeHelper we were calling isDismissGesture(event) multiple times for the same event. It resulted in multiple calls to the FalsingManager#isFalseTouch() which then recalculated the results for each call.

Bug: 236197248
Test: atest NotificationSwipeHelperTest
Change-Id: Ie0e24a1b3107564f7e0810501739fe2a67d95b5b
parent 9fb9f4cf
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