1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-14 20:45:23 +02:00

deleteAccountDialog: remove redundant deselectConversation to avoid crash

Crash will happen when deleting an account with selected conversation

Change-Id: Ia1379a99d89812bd69eb8cc28139516cb283982d
This commit is contained in:
Ming Rui Zhang 2021-06-11 13:27:28 -04:00
parent c4ad576985
commit c8b3909d66

View file

@ -113,8 +113,6 @@ Rectangle {
id: deleteAccountDialog
onAccepted: {
LRCInstance.deselectConversation()
if(UtilsAdapter.getAccountListSize() > 0) {
navigateToMainView()
} else {