fix(app): update notification

This commit is contained in:
rhunk 2024-09-15 23:24:38 +02:00
parent 1a14c43151
commit 08f5ff3786

View File

@ -106,7 +106,7 @@ class RemoteSharedLibraryManager(
data = "https://codeberg.org/SnapEnhance/resources".toUri() data = "https://codeberg.org/SnapEnhance/resources".toUri()
flags = Intent.FLAG_ACTIVITY_NEW_TASK flags = Intent.FLAG_ACTIVITY_NEW_TASK
}, },
PendingIntent.FLAG_UPDATE_CURRENT PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_IMMUTABLE
)).build() )).build()
) )
} }