mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-12 12:08:56 +01:00
Remove action to delete saved image in notification
Can just open it and delete from whatever gallery app the user has which has way more functionality. Closes #8327
This commit is contained in:
@@ -83,12 +83,6 @@ class SaveImageNotifier(private val context: Context) {
|
||||
context.stringResource(MR.strings.action_share),
|
||||
NotificationReceiver.shareImagePendingBroadcast(context, uri),
|
||||
)
|
||||
// Delete action
|
||||
addAction(
|
||||
R.drawable.ic_delete_24dp,
|
||||
context.stringResource(MR.strings.action_delete),
|
||||
NotificationReceiver.deleteImagePendingBroadcast(context, uri),
|
||||
)
|
||||
|
||||
updateNotification()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user