Skip to content

Commit 40bb1d5

Browse files
anikikiCopilot
andauthored
Update app/src/main/java/com/duckduckgo/widget/SearchWidgetConfigurator.kt
Co-authored-by: Copilot <[email protected]>
1 parent d301ba3 commit 40bb1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/duckduckgo/widget/SearchWidgetConfigurator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ class SearchWidgetConfigurator @Inject constructor(
7979
if (intent == null) {
8080
return null
8181
}
82-
return PendingIntent.getActivity(context, 1, intent, PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_IMMUTABLE)
82+
return PendingIntent.getActivity(context, 2, intent, PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_IMMUTABLE)
8383
}
8484
}

0 commit comments

Comments
 (0)