We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2d2bc commit 4f9b5e7Copy full SHA for 4f9b5e7
app/src/main/java/com/duckduckgo/widget/SearchWidget.kt
@@ -95,6 +95,7 @@ open class SearchWidget(val layoutId: Int = R.layout.search_widget_dark) : AppWi
95
appWidgetId: Int,
96
newOptions: Bundle?,
97
) {
98
+ // TODO ANA: Add Duck.ai entry point.
99
val appWidgetOptions = appWidgetManager.getAppWidgetOptions(appWidgetId)
100
var portraitWidth = appWidgetOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH)
101
0 commit comments