Loading src/com/android/documentsui/dirlist/DirectoryFragment.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -358,6 +358,8 @@ public class DirectoryFragment extends Fragment implements SwipeRefreshLayout.On .withOnItemActivatedListener(this::onItemActivated) .withOnItemActivatedListener(this::onItemActivated) .withOperationMonitor(mContentLock.getMonitor()) .withOperationMonitor(mContentLock.getMonitor()) .withSelectionPredicate(selectionPredicate) .withSelectionPredicate(selectionPredicate) .withGestureTooltypes(MotionEvent.TOOL_TYPE_FINGER, MotionEvent.TOOL_TYPE_STYLUS) .build(); .build(); mInjector.updateSharedSelectionTracker(localTracker); mInjector.updateSharedSelectionTracker(localTracker); } } Loading Loading
src/com/android/documentsui/dirlist/DirectoryFragment.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -358,6 +358,8 @@ public class DirectoryFragment extends Fragment implements SwipeRefreshLayout.On .withOnItemActivatedListener(this::onItemActivated) .withOnItemActivatedListener(this::onItemActivated) .withOperationMonitor(mContentLock.getMonitor()) .withOperationMonitor(mContentLock.getMonitor()) .withSelectionPredicate(selectionPredicate) .withSelectionPredicate(selectionPredicate) .withGestureTooltypes(MotionEvent.TOOL_TYPE_FINGER, MotionEvent.TOOL_TYPE_STYLUS) .build(); .build(); mInjector.updateSharedSelectionTracker(localTracker); mInjector.updateSharedSelectionTracker(localTracker); } } Loading