fix: Fix flag for activity

This commit is contained in:
Myzel394 2023-08-08 07:03:38 +02:00
parent d5100501f7
commit 8b1a16461d
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -335,7 +335,7 @@ class RecorderService: Service() {
this,
0,
Intent(this, MainActivity::class.java),
PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_IMMUTABLE,
PendingIntent.FLAG_IMMUTABLE,
)
)
.build()