mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
7e7eb8a8ae
commit
c7e0b209cb
|
@ -66,6 +66,6 @@ public class SelectionPredicateMessage extends SelectionTracker.SelectionPredica
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean canSelectMultiple() {
|
public boolean canSelectMultiple() {
|
||||||
return true;
|
return enabled;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue