Fix crash when configuring widgets on android 15

This commit is contained in:
MM20 2024-06-24 23:14:46 +02:00
parent 139b37f89c
commit 2e4100f676
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -148,9 +148,6 @@ class BindAndConfigureAppWidgetActivity : Activity() {
.setPendingIntentBackgroundActivityStartMode(
ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED
)
.setPendingIntentCreatorBackgroundActivityStartMode(
ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED
)
.toBundle()
}