Remove Global Variables Identifying Account, User, Message, ...
Don't use global variables for account, user, message identification (defined in main.qml
). These values should be passed via property set when calling StackView.push()
or StackView.replace()
.