mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
fix #LINQT-1355
This commit is contained in:
parent
12b73b9c0c
commit
f527556eb9
1 changed files with 4 additions and 1 deletions
|
|
@ -630,7 +630,10 @@ Item {
|
|||
id: accountSettingsPageComponent
|
||||
AccountSettingsPage {
|
||||
onGoBack: closeContextualMenuComponent()
|
||||
onAccountRemoved: mainItem.accountRemoved()
|
||||
onAccountRemoved: {
|
||||
closeContextualMenuComponent()
|
||||
mainItem.accountRemoved()
|
||||
}
|
||||
}
|
||||
}
|
||||
Component {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue