Skip to content

Commit 59cb5b2

Browse files
authored
Merge pull request Catrobat#4653 from mseiser/CATROID-1498
CATROID-1498 Option's Icons aren't shown
2 parents 560a973 + 9a8472f commit 59cb5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catroid/src/main/java/org/catrobat/catroid/ui/MainMenuActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class MainMenuActivity : BaseCastActivity(), ProjectLoadListener {
259259
Spannable.SPAN_EXCLUSIVE_EXCLUSIVE
260260
)
261261
menu.findItem(R.id.menu_scratch_converter).title = scratchConverterBeta
262-
return true
262+
return super.onCreateOptionsMenu(menu)
263263
}
264264

265265
override fun onPrepareOptionsMenu(menu: Menu): Boolean {

0 commit comments

Comments
 (0)