Skip to content

Commit

Permalink
CATROID-1498 fix option icons in main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mseiser authored and sebastiangollob committed Nov 5, 2022
1 parent 1c0c23a commit 6a4a648
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class MainMenuActivity : BaseCastActivity(), ProjectLoadListener {
Spannable.SPAN_EXCLUSIVE_EXCLUSIVE
)
menu.findItem(R.id.menu_scratch_converter).title = scratchConverterBeta
return true
return super.onCreateOptionsMenu(menu)
}

override fun onPrepareOptionsMenu(menu: Menu): Boolean {
Expand Down

0 comments on commit 6a4a648

Please sign in to comment.