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

Commit 59980e9b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "TouchExplorerTest: fix run error."

parents bfa97ba1 2ce8b0c8
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);