Skip to content

Use AppDispatcher instead of pageStack.push()

Aaron requested to merge UseAppdispatcher into master

if we use AppDispatcher.dispatch("replaceOnStack", {view: "qrc:/pages/ChatListPage.qml"}) instead of pageStack.push("qrc:/pages/ChatListPage.qml") as explained there https://github.com/benlau/quickflux#q1

Merge request reports