Skip to content

Commit a578824

Browse files
fixing issue for Android 15 not working due to improper initialization of pendingIntentBackgroundActivityStartMode
1 parent eef1d9e commit a578824

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/home_widget/android/src/main/kotlin/es/antonborri/home_widget/HomeWidgetIntent.kt

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ object HomeWidgetLaunchIntent {
3333
}
3434

3535
val options = ActivityOptions.makeBasic()
36-
options.pendingIntentBackgroundActivityStartMode =
37-
ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED
3836

3937
return PendingIntent.getActivity(context, 0, intent, flags, options.toBundle())
4038
}

0 commit comments

Comments
 (0)