show a placeholder text on the main screen, if there are no conversations

This commit is contained in:
tibbi 2020-04-13 15:22:36 +02:00
parent b717f415b2
commit 2d1df0322f
3 changed files with 53 additions and 9 deletions

View file

@ -105,6 +105,9 @@ class ConversationsAdapter(
finishActMode()
} else {
removeSelectedItems(positions)
if (conversations.isEmpty()) {
refreshMessages()
}
}
}
}