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

Commit 985b688e authored by Daniel Norman's avatar Daniel Norman Committed by Android (Google) Code Review
Browse files

Merge "Small cleanup in AccessibilityInputFilter" into main

parents 06cc4451 a406778d
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -190,8 +190,6 @@ class AccessibilityInputFilter extends InputFilter implements EventStreamTransfo

    private final AccessibilityManagerService mAms;

    private final InputManager mInputManager;

    private final SparseArray<EventStreamTransformation> mEventHandler;

    private final SparseArray<TouchExplorer> mTouchExplorer = new SparseArray<>(0);
@@ -294,7 +292,6 @@ class AccessibilityInputFilter extends InputFilter implements EventStreamTransfo
        mContext = context;
        mAms = service;
        mPm = (PowerManager) context.getSystemService(Context.POWER_SERVICE);
        mInputManager = context.getSystemService(InputManager.class);
        mEventHandler = eventHandler;
    }