mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Fixed snooze / send at
This commit is contained in:
parent
1bfc7f02a8
commit
005bca9530
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ public class EntityMessage implements Serializable {
|
|||
}
|
||||
|
||||
static void snooze(Context context, long id, Long wakeup) {
|
||||
Intent snoozed = new Intent(context, ServiceSynchronize.class);
|
||||
Intent snoozed = new Intent(context, ServiceUI.class);
|
||||
snoozed.setAction("snooze:" + id);
|
||||
PendingIntent pi = PendingIntent.getService(context, ServiceUI.PI_SNOOZED, snoozed, PendingIntent.FLAG_UPDATE_CURRENT);
|
||||
|
||||
|
|
Loading…
Reference in a new issue