Refactoring: schedule exact alarm

This commit is contained in:
M66B
2022-03-20 09:47:12 +01:00
parent 61e9407f62
commit 9074047eb0
11 changed files with 46 additions and 144 deletions

View File

@@ -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() {