Use a Loader instead of StackView for pageStack
This commit is contained in:
@@ -24,7 +24,7 @@ Banner {
|
||||
py.callClientCoro(
|
||||
chatPage.userId, "room_forget", [chatPage.roomId], () => {
|
||||
button.loading = false
|
||||
Qt.callLater(pageStack.showPage, "Default")
|
||||
Qt.callLater(pageLoader.showPage, "Default")
|
||||
})
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user