1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Added stylus tool to selection tracker

This commit is contained in:
M66B 2020-04-16 12:06:39 +02:00
parent 2d0fe5433a
commit 56fbae9a5d

View file

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