Revert "Added stylus tool to selection tracker"

This reverts commit 56fbae9a5d.
This commit is contained in:
M66B 2020-04-16 12:19:52 +02:00
parent 56fbae9a5d
commit d2f1a6aedf
1 changed files with 0 additions and 1 deletions

View File

@ -1206,7 +1206,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
new ItemDetailsLookupMessage(rvMessage),
StorageStrategy.createLongStorage())
.withSelectionPredicate(selectionPredicate)
.withPointerTooltypes(MotionEvent.TOOL_TYPE_MOUSE, MotionEvent.TOOL_TYPE_STYLUS)
.build();
adapter.setSelectionTracker(selectionTracker);