Refreshing menu items after view type changed

This commit is contained in:
merkost 2023-07-19 16:18:46 +10:00
parent 8051bc19e0
commit 0e5d0154ad
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ class MainActivity : SimpleActivity() {
private fun changeViewType() { private fun changeViewType() {
ChangeViewTypeDialog(this) { ChangeViewTypeDialog(this) {
refreshMenuItems()
favorites_fragment.updateListAdapter() favorites_fragment.updateListAdapter()
} }
} }