Refactor PageLoader show methods

Also lets the chat page recycling work with showPrevious() (ctrl+tab)
This commit is contained in:
miruka
2020-09-02 15:07:10 -04:00
parent a4bbbfee87
commit e947fe7695
8 changed files with 27 additions and 33 deletions

View File

@@ -46,7 +46,8 @@ HFlickableColumnPage {
)
pageLoader.showPage(
"AccountSettings/AccountSettings", {userId: receivedUserId}
"Pages/AccountSettings/AccountSettings.qml",
{userId: receivedUserId},
)
}