mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Fixed hiding messages
This commit is contained in:
@@ -584,7 +584,7 @@ public class EntityMessage implements Serializable {
|
||||
}
|
||||
|
||||
static void snooze(Context context, long id, Long wakeup) {
|
||||
if (wakeup != null) {
|
||||
if (wakeup != null && wakeup != Long.MAX_VALUE) {
|
||||
/*
|
||||
java.lang.IllegalStateException: Maximum limit of concurrent alarms 500 reached for uid: u0a601, callingPackage: eu.faircode.email
|
||||
at android.os.Parcel.createExceptionOrNull(Parcel.java:2433)
|
||||
|
||||
Reference in New Issue
Block a user