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

Commit 707f6715 authored by Xin Li's avatar Xin Li
Browse files

Merge QQ3A.200605.002 into master

Bug: 158095402
Merged-In: I64840c10eb56a5932abe08370ff3b010106c56af
Change-Id: Icca895a82ca0573eaeecb6f896857bbe5ca20605
parents 3cc4ca4d 02ab278c
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);
        }