mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Separate action names
This commit is contained in:
@@ -472,17 +472,17 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
|
||||
Notification.Action.Builder actionSeen = new Notification.Action.Builder(
|
||||
Icon.createWithResource(this, R.drawable.baseline_visibility_24),
|
||||
getString(R.string.title_seen),
|
||||
getString(R.string.title_action_seen),
|
||||
piSeen);
|
||||
|
||||
Notification.Action.Builder actionArchive = new Notification.Action.Builder(
|
||||
Icon.createWithResource(this, R.drawable.baseline_archive_24),
|
||||
getString(R.string.title_archive),
|
||||
getString(R.string.title_action_archive),
|
||||
piArchive);
|
||||
|
||||
Notification.Action.Builder actionTrash = new Notification.Action.Builder(
|
||||
Icon.createWithResource(this, R.drawable.baseline_delete_24),
|
||||
getString(R.string.title_trash),
|
||||
getString(R.string.title_action_trash),
|
||||
piTrash);
|
||||
|
||||
Notification.Builder mbuilder;
|
||||
|
||||
Reference in New Issue
Block a user