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

@@ -62,7 +62,7 @@ HListView {
item.type === "Account" ?
pageLoader.showPage(
"AccountSettings/AccountSettings", { "userId": item.id }
"Pages/AccountSettings/AccountSettings.qml", { "userId": item.id },
) :
pageLoader.showRoom(item.for_account, item.id)