mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-11 11:54:32 +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()
|
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()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user