From 1321d9bcca70bc16c1471dc5ab15529ca3aed34d Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 30 Apr 2021 15:37:18 +0200 Subject: [PATCH] Fix crash when you have no rooms and open the global user profile --- resources/qml/TimelineView.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index e63ffdfc..36184015 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -232,10 +232,6 @@ Page { }); dialog.show(); } - } - - Connections { - target: TimelineManager.timeline onOpenProfile: { var userProfile = userProfileComponent.createObject(timelineRoot, { "profile": profile