Loading src/com/android/documentsui/dirlist/DirectoryFragment.java +2 −0 Original line number Diff line number Diff line Loading @@ -366,6 +366,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); } Loading Loading
src/com/android/documentsui/dirlist/DirectoryFragment.java +2 −0 Original line number Diff line number Diff line Loading @@ -366,6 +366,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); } Loading