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

Commit a83b4096 authored by Ameer Armaly's avatar Ameer Armaly Committed by Automerger Merge Worker
Browse files

Merge "TouchExplorerTest: fix run error." into sc-dev am: 1219bfb2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15374641

Change-Id: I48efe4e0050482a8bb0de60de353c5e1cb94ac32
parents d35f22dc 1219bfb2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -145,7 +145,6 @@ public class TouchExplorerTest {
        }
        mContext = InstrumentationRegistry.getContext();
        mTouchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop();
        AccessibilityManagerService ams = new AccessibilityManagerService(mContext);
        mCaptor = new EventCaptor();
        mHandler = new TestHandler();
        mTouchExplorer = new TouchExplorer(mContext, mMockAms, null, mHandler);