Skip to content

Commit

Permalink
Fix part of #2616: Admin auth screen (#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparsh1212 committed Feb 8, 2021
1 parent 1551fbe commit ecf673d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class AddProfileActivityPresenter @Inject constructor(
activity.supportActionBar?.title = activity.getString(R.string.add_profile_title)
activity.supportActionBar?.setDisplayHomeAsUpEnabled(true)
activity.supportActionBar?.setHomeAsUpIndicator(R.drawable.ic_close_white_24dp)
activity.supportActionBar?.setHomeActionContentDescription(R.string.admin_auth_close)

uploadImageView = binding.addProfileActivityUserImageView
Glide.with(activity)
Expand Down

0 comments on commit ecf673d

Please sign in to comment.