Added refreshing menu items on view type changed

This commit is contained in:
merkost 2023-07-19 16:18:03 +10:00
parent 671fe3a263
commit 8aa0019ceb
1 changed files with 1 additions and 0 deletions

View File

@ -686,6 +686,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
private fun changeViewType() {
ChangeViewTypeDialog(this) {
refreshMenuItems()
favorites_fragment?.updateFavoritesColumnCount()
}
}