Removed undo send

This commit is contained in:
M66B
2021-03-29 09:30:40 +02:00
parent 77653d298b
commit c717573886
7 changed files with 1 additions and 58 deletions

View File

@@ -463,7 +463,7 @@ public class EntityMessage implements Serializable {
am.cancel(pi);
} else {
Log.i("Set snooze id=" + id + " wakeup=" + new Date(wakeup));
AlarmManagerCompat.setExactAndAllowWhileIdle(am, AlarmManager.RTC_WAKEUP, wakeup, pi);
AlarmManagerCompat.setAndAllowWhileIdle(am, AlarmManager.RTC_WAKEUP, wakeup, pi);
}
}