diff --git a/src/gui/MainPane/RoomList.qml b/src/gui/MainPane/RoomList.qml index a6b5a52d..98539447 100644 --- a/src/gui/MainPane/RoomList.qml +++ b/src/gui/MainPane/RoomList.qml @@ -31,8 +31,8 @@ HListView { totalMessageIndicator.visible: false onLeftClicked: showItemAtIndex(model.index) - onCollapsedChanged: { print(wantedUserId, model.id); - if (wantedUserId === model.id) correctTimer.start()} + onCollapsedChanged: + if (wantedUserId === model.id) correctTimer.start() } }