mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-16 14:41:25 +08:00
SidePanel: remove unnecessary binding
The purpose of the swarmCurrentConversationList in SidePanel is to allow the user to select the initial list of members when creating a group conversation. The binding on currentIndex is not necessary for this and has been causing a segfault in the WelcomePage test since the upgrade from Qt 6.6 to Qt 6.8. GitLab: #2108 Change-Id: Ie9341f114ba2a8abc907081e9041b85a4f260333
This commit is contained in:
@@ -481,7 +481,6 @@ SidePanelBase {
|
||||
root.clearContactSearchBar();
|
||||
}
|
||||
}
|
||||
currentIndex: model.currentFilteredRow
|
||||
|
||||
Timer {
|
||||
id: locationIconTimer
|
||||
|
||||
Reference in New Issue
Block a user