mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-13 04:25:47 +02:00
Undeprecate selection tracker
This commit is contained in:
@@ -2079,7 +2079,7 @@ public class FragmentMessages extends FragmentBase
|
||||
StorageStrategy.createLongStorage())
|
||||
.withSelectionPredicate(selectionPredicate)
|
||||
// https://issuetracker.google.com/issues/154178289
|
||||
.withGestureTooltypes(MotionEvent.TOOL_TYPE_FINGER, MotionEvent.TOOL_TYPE_STYLUS) // TODO CASA
|
||||
.withGestureTooltypes(MotionEvent.TOOL_TYPE_FINGER, MotionEvent.TOOL_TYPE_STYLUS)
|
||||
.build();
|
||||
adapter.setSelectionTracker(selectionTracker);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user