summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-04-30 15:37:18 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-04-30 15:37:18 +0200
commit1321d9bcca70bc16c1471dc5ab15529ca3aed34d (patch)
tree3ebd645e6a22071206549046fe0068b122091f42
parentFix crash when you have no rooms and open the profile as well as not renderin... (diff)
downloadnheko-1321d9bcca70bc16c1471dc5ab15529ca3aed34d.tar.xz
Fix crash when you have no rooms and open the global user profile
-rw-r--r--resources/qml/TimelineView.qml4
1 files changed, 0 insertions, 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