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