Undeprecate selection tracker

This commit is contained in:
M66B
2023-12-12 13:21:45 +01:00
parent 0d5efc6394
commit 9a13ffcbaf
2 changed files with 2 additions and 2 deletions

View File

@@ -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);