fix currently logged in profiles not being visible in main drawer when offline (#2516)
This commit is contained in:
parent
4159826f26
commit
b8e3b6b884
1 changed files with 2 additions and 0 deletions
|
@ -621,6 +621,8 @@ class MainActivity : BottomSheetActivity(), ActionButtonActivity, HasAndroidInje
|
|||
binding.mainToolbar.setOnClickListener {
|
||||
(adapter.getFragment(activeTabLayout.selectedTabPosition) as? ReselectableFragment)?.onReselect()
|
||||
}
|
||||
|
||||
updateProfiles()
|
||||
}
|
||||
|
||||
private fun handleProfileClick(profile: IProfile, current: Boolean): Boolean {
|
||||
|
|
Loading…
Reference in a new issue