mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-23 16:23:55 +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
|
id: deleteAccountDialog
|
||||||
|
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
LRCInstance.deselectConversation()
|
|
||||||
|
|
||||||
if(UtilsAdapter.getAccountListSize() > 0) {
|
if(UtilsAdapter.getAccountListSize() > 0) {
|
||||||
navigateToMainView()
|
navigateToMainView()
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue