Fix crash when you have no rooms and open the global user profile

pull/568/head
Nicolas Werner 4 years ago
parent 986b561c34
commit 1321d9bcca
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 4
      resources/qml/TimelineView.qml

@ -232,10 +232,6 @@ Page {
}); });
dialog.show(); dialog.show();
} }
}
Connections {
target: TimelineManager.timeline
onOpenProfile: { onOpenProfile: {
var userProfile = userProfileComponent.createObject(timelineRoot, { var userProfile = userProfileComponent.createObject(timelineRoot, {
"profile": profile "profile": profile

Loading…
Cancel
Save