Refactor PageLoader show methods
Also lets the chat page recycling work with showPrevious() (ctrl+tab)
This commit is contained in:
@@ -46,7 +46,8 @@ HFlickableColumnPage {
|
||||
)
|
||||
|
||||
pageLoader.showPage(
|
||||
"AccountSettings/AccountSettings", {userId: receivedUserId}
|
||||
"Pages/AccountSettings/AccountSettings.qml",
|
||||
{userId: receivedUserId},
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user