add the Recents fragment to the list of all fragments
This commit is contained in:
parent
3257dc7c79
commit
7640d16ef8
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue