Skip to content

Commit

Permalink
Show the app icon in the toolbar again
Browse files Browse the repository at this point in the history
  • Loading branch information
robbi5 committed May 22, 2024
1 parent 28ff509 commit 3008618
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ class MainActivity : AppCompatActivity(), ReloadableActivity, ZXingScannerView.R
setSupportActionBar(binding.mainToolbar.toolbar)
supportActionBar?.setDisplayUseLogoEnabled(true)
supportActionBar?.setDisplayShowHomeEnabled(true)
supportActionBar?.setLogo(R.drawable.ic_logo)

volumeControlStream = AudioManager.STREAM_MUSIC
buildMediaPlayer()
Expand Down

0 comments on commit 3008618

Please sign in to comment.