Skip to content

Commit 7b1569d

Browse files
authored
Add icon to the import promo's CTA button (#6282)
Task/Issue URL: https://app.asana.com/1/137249556945/project/72649045549333/task/1210614812231762?focus=true ### Description Adds icon to the CTA button ![Screenshot_20250624_121841](https://github.com/user-attachments/assets/ad48df75-f2ec-437c-84cd-dcb20613dc46) ### Steps to test this PR _Feature 1_ - QA optional
1 parent 2e03365 commit 7b1569d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autofill/autofill-impl/src/main/java/com/duckduckgo/autofill/impl/importing/promo/ImportInPasswordsPromotion.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class ImportInPasswordsPromotionView @JvmOverloads constructor(
126126
subtitle = context.getString(R.string.passwords_import_promo_subtitle),
127127
action = context.getString(R.string.passwords_import_promo_action),
128128
messageType = REMOTE_MESSAGE,
129+
actionIcon = com.duckduckgo.mobile.android.R.drawable.ic_open_in_24,
129130
),
130131
)
131132
onTopAnimationConfigured { view ->

0 commit comments

Comments
 (0)