Add proper strings for archive operations
This commit is contained in:
parent
47861f605d
commit
7dbd6c5d9f
61 changed files with 693 additions and 70 deletions
|
|
@ -602,7 +602,7 @@ fun Context.removeAllArchivedConversations(callback: (() -> Unit)? = null) {
|
|||
for (conversation in conversationsDB.getAllArchived()) {
|
||||
deleteConversation(conversation.threadId)
|
||||
}
|
||||
toast(R.string.recycle_bin_emptied)
|
||||
toast(R.string.archive_emptied_successfully)
|
||||
callback?.invoke()
|
||||
} catch (e: Exception) {
|
||||
toast(R.string.unknown_error_occurred)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue