fix(app): update notification
This commit is contained in:
@@ -106,7 +106,7 @@ class RemoteSharedLibraryManager(
|
||||
data = "https://codeberg.org/SnapEnhance/resources".toUri()
|
||||
flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
||||
},
|
||||
PendingIntent.FLAG_UPDATE_CURRENT
|
||||
PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_IMMUTABLE
|
||||
)).build()
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user