mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
make use of the FAB at Select Contact activity
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user