mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 04:28:49 +03:00
Fix crash when you have no rooms and open the global user profile
This commit is contained in:
parent
986b561c34
commit
1321d9bcca
1 changed files with 0 additions and 4 deletions
|
@ -232,10 +232,6 @@ Page {
|
|||
});
|
||||
dialog.show();
|
||||
}
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: TimelineManager.timeline
|
||||
onOpenProfile: {
|
||||
var userProfile = userProfileComponent.createObject(timelineRoot, {
|
||||
"profile": profile
|
||||
|
|
Loading…
Reference in a new issue