make use of the FAB at Select Contact activity

This commit is contained in:
tibbi
2019-12-06 22:51:06 +01:00
parent 324d9ef399
commit 3da4c170d8
5 changed files with 19 additions and 46 deletions

View File

@ -532,8 +532,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
isGettingContacts = true
if (viewpager.adapter == null) {
val fragments = arrayListOf(R.layout.fragment_contacts, R.layout.fragment_favorites, R.layout.fragment_groups)
viewpager.adapter = ViewPagerAdapter(this, tabsList, config.showTabs, fragments)
viewpager.adapter = ViewPagerAdapter(this, tabsList, config.showTabs)
viewpager.currentItem = config.lastUsedViewPagerPage
}