diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-04-30 15:37:18 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-04-30 15:37:18 +0200 |
commit | 1321d9bcca70bc16c1471dc5ab15529ca3aed34d (patch) | |
tree | 3ebd645e6a22071206549046fe0068b122091f42 /resources/qml | |
parent | Fix crash when you have no rooms and open the profile as well as not renderin... (diff) | |
download | nheko-1321d9bcca70bc16c1471dc5ab15529ca3aed34d.tar.xz |
Fix crash when you have no rooms and open the global user profile
Diffstat (limited to 'resources/qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 4 |
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 |