mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Revert "Added stylus tool to selection tracker"
This reverts commit 56fbae9a5d
.
This commit is contained in:
parent
56fbae9a5d
commit
d2f1a6aedf
1 changed files with 0 additions and 1 deletions
|
@ -1206,7 +1206,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||||
new ItemDetailsLookupMessage(rvMessage),
|
new ItemDetailsLookupMessage(rvMessage),
|
||||||
StorageStrategy.createLongStorage())
|
StorageStrategy.createLongStorage())
|
||||||
.withSelectionPredicate(selectionPredicate)
|
.withSelectionPredicate(selectionPredicate)
|
||||||
.withPointerTooltypes(MotionEvent.TOOL_TYPE_MOUSE, MotionEvent.TOOL_TYPE_STYLUS)
|
|
||||||
.build();
|
.build();
|
||||||
adapter.setSelectionTracker(selectionTracker);
|
adapter.setSelectionTracker(selectionTracker);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue