mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +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();
|
dialog.show();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
Connections {
|
|
||||||
target: TimelineManager.timeline
|
|
||||||
onOpenProfile: {
|
onOpenProfile: {
|
||||||
var userProfile = userProfileComponent.createObject(timelineRoot, {
|
var userProfile = userProfileComponent.createObject(timelineRoot, {
|
||||||
"profile": profile
|
"profile": profile
|
||||||
|
|
Loading…
Reference in a new issue