Skip to content

Commit

Permalink
fix rebasing conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Jan 12, 2023
1 parent 7a5fcc4 commit e182bd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 e182bd6

Please sign in to comment.