|
|
|
@ -135,8 +135,8 @@ public class ShowNotificationReceiver extends InjectingBroadcastReceiver {
|
|
|
|
putExtra(SnoozeActivity.TASK_ID, taskId);
|
|
|
|
putExtra(SnoozeActivity.TASK_ID, taskId);
|
|
|
|
}}, PendingIntent.FLAG_UPDATE_CURRENT);
|
|
|
|
}}, PendingIntent.FLAG_UPDATE_CURRENT);
|
|
|
|
|
|
|
|
|
|
|
|
builder.addAction(R.drawable.ic_action_tick, context.getResources().getString(R.string.rmd_NoA_done), completeIntent)
|
|
|
|
builder.addAction(R.drawable.ic_action_tick_white, context.getResources().getString(R.string.rmd_NoA_done), completeIntent)
|
|
|
|
.addAction(R.drawable.ic_action_alarm, context.getResources().getString(R.string.rmd_NoA_snooze), snoozePendingIntent);
|
|
|
|
.addAction(R.drawable.ic_action_alarm_white, context.getResources().getString(R.string.rmd_NoA_snooze), snoozePendingIntent);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|