Skip to content

Commit bc1dc91

Browse files
committed
Add icon to the import promo's CTA button
1 parent c15fc94 commit bc1dc91

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)