Update recycle bin related strings
This commit is contained in:
parent
3f06b521bf
commit
565f991932
56 changed files with 341 additions and 11 deletions
|
|
@ -952,7 +952,7 @@ class ThreadActivity : SimpleActivity() {
|
|||
}
|
||||
|
||||
private fun askConfirmRestoreAll() {
|
||||
ConfirmationDialog(this, "Restore all messages from this conversation?") {
|
||||
ConfirmationDialog(this, getString(R.string.restore_confirmation)) {
|
||||
ensureBackgroundThread {
|
||||
restoreAllMessagesFromRecycleBinForConversation(threadId)
|
||||
runOnUiThread {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue