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

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

Merge "Autoclick Tests: Fix pausing in scroll mode" into main

parents 94ccf8b9 c19b5a83
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -188,7 +188,10 @@ public class AutoclickController extends BaseEventStreamTransformation {
                    if (paused) {
                        cancelPendingClick();
                        if (mActiveClickType == AUTOCLICK_TYPE_SCROLL) {
                            exitScrollMode();
                            if (mAutoclickScrollPanel != null) {
                                mAutoclickScrollPanel.hide();
                            }
                            stopContinuousScroll();
                        }
                    }
                }