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

Commit 6f5ec476 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Add support for stylus am: 7f9dd3c0

Change-Id: I0f8767170a245f0bae198dd3f5fab01985ba552e
parents c4aa0b23 7f9dd3c0
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -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);
        }
        }