Skip to content

Commit 6906ff5

Browse files
committed
Branch for all changes related to widgets. We cannot use feature flags.
1 parent 3eac7f7 commit 6906ff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ open class SearchWidget(val layoutId: Int = R.layout.search_widget_dark) : AppWi
9595
appWidgetId: Int,
9696
newOptions: Bundle?,
9797
) {
98+
// TODO ANA: Add Duck.ai entry point.
9899
val appWidgetOptions = appWidgetManager.getAppWidgetOptions(appWidgetId)
99100
var portraitWidth = appWidgetOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH)
100101

0 commit comments

Comments
 (0)