1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 21:55:13 +00:00

Small improvement

This commit is contained in:
M66B 2019-02-04 18:22:53 +00:00
parent 7e7eb8a8ae
commit c7e0b209cb

View file

@ -66,6 +66,6 @@ public class SelectionPredicateMessage extends SelectionTracker.SelectionPredica
@Override
public boolean canSelectMultiple() {
return true;
return enabled;
}
}