show a placeholder text on the main screen, if there are no conversations
This commit is contained in:
parent
b717f415b2
commit
2d1df0322f
3 changed files with 53 additions and 9 deletions
|
|
@ -105,6 +105,9 @@ class ConversationsAdapter(
|
|||
finishActMode()
|
||||
} else {
|
||||
removeSelectedItems(positions)
|
||||
if (conversations.isEmpty()) {
|
||||
refreshMessages()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue