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

Commit 6bddd2c8 authored by Xin Li's avatar Xin Li
Browse files

DO NOT MERGE - Merge qt-qpr1-dev-plus-aosp@6304901 into stage-aosp-master

Bug: 151763422
Change-Id: Id93aee3f092c2ef4a761a0d672a3211bad896373
parents eb998e21 aef0b2f7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -358,6 +358,8 @@ public class DirectoryFragment extends Fragment implements SwipeRefreshLayout.On
                            .withOnItemActivatedListener(this::onItemActivated)
                            .withOperationMonitor(mContentLock.getMonitor())
                            .withSelectionPredicate(selectionPredicate)
                            .withGestureTooltypes(MotionEvent.TOOL_TYPE_FINGER,
                                    MotionEvent.TOOL_TYPE_STYLUS)
                            .build();
            mInjector.updateSharedSelectionTracker(localTracker);
        }