File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
src/main/java/com/duckduckgo/app/browser Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1818
1919android {
2020 defaultConfig {
21- applicationId " com.duckduckgo.mobile.android"
21+ // applicationId "com.duckduckgo.mobile.android"
22+ applicationId " com.duckduckgo.mobile.android.duckai.poc"
2223
2324 minSdk min_sdk
2425 targetSdk target_sdk
@@ -140,8 +141,8 @@ android {
140141 minifyEnabled false
141142 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
142143 manifestPlaceholders = [
143- appIcon : " @mipmap/ic_launcher_red " ,
144- appIconRound : " @mipmap/ic_launcher_red_round "
144+ appIcon : " @mipmap/ic_launcher_purple " ,
145+ appIconRound : " @mipmap/ic_launcher_purple_round "
145146 ]
146147
147148 if (project. hasProperty(' useUploadSigning' )) {
Original file line number Diff line number Diff line change @@ -840,7 +840,7 @@ open class BrowserActivity : DuckDuckGoActivity() {
840840 globalActivityStarter.start(this , DownloadsScreenNoParams )
841841 }
842842
843- private fun closeDuckChat () {
843+ fun closeDuckChat () {
844844 isDuckChatVisible = false
845845 externalIntentProcessingState.onDuckAiClosed()
846846 val fragment = duckAiFragment
Original file line number Diff line number Diff line change @@ -920,6 +920,7 @@ class BrowserTabFragment :
920920 InputScreenActivityResultCodes .NEW_SEARCH_REQUESTED -> {
921921 data?.getStringExtra(InputScreenActivityResultParams .SEARCH_QUERY_PARAM )?.let { query ->
922922 submitQuery(query)
923+ browserActivity?.closeDuckChat()
923924 }
924925 }
925926
You can’t perform that action at this time.
0 commit comments