mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-05 13:27:17 +01:00
fix currently logged in profiles not being visible in main drawer when offline (#2516)
This commit is contained in:
parent
4159826f26
commit
b8e3b6b884
@ -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 New Issue
Block a user