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),
|
||||
StorageStrategy.createLongStorage())
|
||||
.withSelectionPredicate(selectionPredicate)
|
||||
// https://issuetracker.google.com/issues/154178289
|
||||
.withGestureTooltypes(MotionEvent.TOOL_TYPE_FINGER, MotionEvent.TOOL_TYPE_STYLUS)
|
||||
.build();
|
||||
adapter.setSelectionTracker(selectionTracker);
|
||||
|
||||
|
|
Loading…
Reference in New Issue