add the Recents fragment to the list of all fragments

This commit is contained in:
tibbi 2018-08-04 20:11:23 +02:00
parent 3257dc7c79
commit 7640d16ef8
1 changed files with 1 additions and 1 deletions

View File

@ -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() { private fun checkWhatsNewDialog() {
arrayListOf<Release>().apply { arrayListOf<Release>().apply {