mirror of https://github.com/M66B/FairEmail.git
Disable multiple select in release
This commit is contained in:
parent
8138b0ce30
commit
ef509ac128
|
@ -234,7 +234,7 @@ public class FragmentMessages extends FragmentEx {
|
||||||
});
|
});
|
||||||
rvMessage.setAdapter(adapter);
|
rvMessage.setAdapter(adapter);
|
||||||
|
|
||||||
if (viewType == AdapterMessage.ViewType.FOLDER) {
|
if (viewType == AdapterMessage.ViewType.FOLDER && BuildConfig.DEBUG) {
|
||||||
selectionTracker = new SelectionTracker.Builder<>(
|
selectionTracker = new SelectionTracker.Builder<>(
|
||||||
"messages-selection",
|
"messages-selection",
|
||||||
rvMessage,
|
rvMessage,
|
||||||
|
|
Loading…
Reference in New Issue