mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Refactoring: schedule exact alarm
This commit is contained in:
@@ -188,7 +188,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
||||
}
|
||||
|
||||
boolean isExempted(Context context) {
|
||||
return (!Helper.isOptimizing12(context) && this.poll_exempted);
|
||||
return this.poll_exempted;
|
||||
}
|
||||
|
||||
String getProtocol() {
|
||||
|
||||
Reference in New Issue
Block a user