Skip to content

Commit 5ad5811

Browse files
authored
enabled Search/Duck.ai toggle in widgets (#6981)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1208671518894266/task/1211721545614750?focus=true ### Description Enables Search/Duck.ai toggle in widgets. ### Steps to test this PR - [x] Clean install the app. - [x] Go to Settings -> AI Features and enable Search & Duck.ai. - [x] Add a widget to the home screen (**not** a search-only widget). - [x] Verify that clicking on the widget opens the Input Screen.
1 parent 66b6ac5 commit 5ad5811

File tree

1 file changed

+1
-1
lines changed
  • duckchat/duckchat-impl/src/main/java/com/duckduckgo/duckchat/impl/feature

1 file changed

+1
-1
lines changed

duckchat/duckchat-impl/src/main/java/com/duckduckgo/duckchat/impl/feature/DuckChatFeature.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ interface DuckChatFeature {
7272
* @return `true` when the Input Screen should be shown when user open the app from system widgets
7373
* If the remote feature is not present defaults to `disabled`
7474
*/
75-
@Toggle.DefaultValue(DefaultFeatureValue.FALSE)
75+
@Toggle.DefaultValue(DefaultFeatureValue.TRUE)
7676
fun showInputScreenOnSystemSearchLaunch(): Toggle
7777

7878
/**

0 commit comments

Comments
 (0)