Skip to content
Snippets Groups Projects
Commit c8b3909d authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

deleteAccountDialog: remove redundant deselectConversation to avoid crash

Crash will happen when deleting an account with selected conversation

Change-Id: Ia1379a99d89812bd69eb8cc28139516cb283982d
parent c4ad5769
No related branches found
No related tags found
No related merge requests found
......@@ -113,8 +113,6 @@ Rectangle {
id: deleteAccountDialog
onAccepted: {
LRCInstance.deselectConversation()
if(UtilsAdapter.getAccountListSize() > 0) {
navigateToMainView()
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment