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 3eac7f7 commit 6906ff5Copy full SHA for 6906ff5
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