Fixed snooze / send at

pull/152/head
M66B 6 years ago
parent 1bfc7f02a8
commit 005bca9530

@ -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…
Cancel
Save