mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-08 02:14:33 +02:00
fix(app): update notification
This commit is contained in:
parent
1a14c43151
commit
08f5ff3786
@ -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()
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user