Added stylus tool to selection tracker

pull/178/head
M66B 5 years ago
parent 2d0fe5433a
commit 56fbae9a5d

@ -1206,6 +1206,7 @@ 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);

Loading…
Cancel
Save