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

Commit f7f2b61c authored by Gavin Williams's avatar Gavin Williams Committed by Android (Google) Code Review
Browse files

Merge "a11y: Clear autoclick indicator after movement" into main

parents a640e5ad 4a4a9404
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -639,6 +639,8 @@ public class AutoclickController extends BaseEventStreamTransformation {
            // update scheduled time.
            if (mIndicatorCallbackActive
                    && scheduledShowIndicatorTime > mScheduledShowIndicatorTime) {
                // Clear any existing indicator.
                mAutoclickIndicatorView.clearIndicator();
                mScheduledShowIndicatorTime = scheduledShowIndicatorTime;
                return;
            }