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:
parent
c4ad576985
commit
c8b3909d66
1 changed files with 0 additions and 2 deletions
|
@ -113,8 +113,6 @@ Rectangle {
|
|||
id: deleteAccountDialog
|
||||
|
||||
onAccepted: {
|
||||
LRCInstance.deselectConversation()
|
||||
|
||||
if(UtilsAdapter.getAccountListSize() > 0) {
|
||||
navigateToMainView()
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue