Skip to content

Commit

Permalink
Updated back arrow resource
Browse files Browse the repository at this point in the history
  • Loading branch information
nalcalag authored and malmstein committed Jan 12, 2023
1 parent 3859bab commit 8a746d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class AutofillManagementActivity : DuckDuckGoActivity() {
setTitle(R.string.managementScreenTitle)
binding.toolbar.menu.clear()
hideSearchBar()
supportActionBar?.setHomeAsUpIndicator(com.duckduckgo.mobile.android.R.drawable.ic_back_24)
supportActionBar?.setHomeAsUpIndicator(com.duckduckgo.mobile.android.R.drawable.ic_arrow_left_24)
}

fun showSearchBar() {
Expand Down

0 comments on commit 8a746d9

Please sign in to comment.