handle counting group members

This commit is contained in:
tibbi
2018-03-19 15:30:57 +01:00
parent 33380cc3a0
commit 707f3ee4a0
4 changed files with 30 additions and 12 deletions

View File

@ -286,7 +286,6 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
invalidateOptionsMenu()
}
})
viewpager.currentItem = config.lastUsedViewPagerPage
main_tabs_holder.onTabSelectionChanged(
tabUnselectedAction = {
@ -409,6 +408,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
if (viewpager.adapter == null) {
viewpager.adapter = ViewPagerAdapter(this, it)
viewpager.currentItem = config.lastUsedViewPagerPage
}
if (refreshContactsTab) {