mirror of https://github.com/M66B/FairEmail.git
Added gesture tool stylus
This commit is contained in:
parent
116a856f86
commit
9d0637a90a
|
@ -1212,6 +1212,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||||
new ItemDetailsLookupMessage(rvMessage),
|
new ItemDetailsLookupMessage(rvMessage),
|
||||||
StorageStrategy.createLongStorage())
|
StorageStrategy.createLongStorage())
|
||||||
.withSelectionPredicate(selectionPredicate)
|
.withSelectionPredicate(selectionPredicate)
|
||||||
|
// https://issuetracker.google.com/issues/154178289
|
||||||
|
.withGestureTooltypes(MotionEvent.TOOL_TYPE_FINGER, MotionEvent.TOOL_TYPE_STYLUS)
|
||||||
.build();
|
.build();
|
||||||
adapter.setSelectionTracker(selectionTracker);
|
adapter.setSelectionTracker(selectionTracker);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue