mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-05-19 03:55:39 -04:00
add the Recents fragment to the list of all fragments
This commit is contained in:
@@ -492,7 +492,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||
}
|
||||
}
|
||||
|
||||
private fun getAllFragments() = arrayListOf(contacts_fragment, favorites_fragment, groups_fragment)
|
||||
private fun getAllFragments() = arrayListOf(contacts_fragment, favorites_fragment, recents_fragment, groups_fragment)
|
||||
|
||||
private fun checkWhatsNewDialog() {
|
||||
arrayListOf<Release>().apply {
|
||||
|
||||
Reference in New Issue
Block a user