Skip to content

Commit

Permalink
fix rebasing conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Dec 22, 2022
1 parent e3726dd commit a2c14a4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -323,7 +323,7 @@ class AutofillManagementCredentialsMode : DuckDuckGoFragment(R.layout.fragment_a

private fun updateToolbarForNewEntry() {
getActionBar()?.apply {
setHomeAsUpIndicator(com.duckduckgo.mobile.android.R.drawable.ic_close)
setHomeAsUpIndicator(com.duckduckgo.mobile.android.R.drawable.ic_close_24)
title = getString(R.string.autofillManagementAddLogin)
setDisplayUseLogoEnabled(false)
}
Expand Down

0 comments on commit a2c14a4

Please sign in to comment.