You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I go from /main/groupInfo to /main/groupInfo/chatInfo, the /main/groupInfo route will be removed and then "GroupInfoController" onDelete() called.
I think maybe there is something wrong
The text was updated successfully, but these errors were encountered:
And then this will make another error:
Form /main/chatInfo to /main/chatInfo/sharedGroups, REMOVING ROUTE /main/chatInfo, and then Instance "ChatInfoController" has been created, but now Get.parameters has been changed for SharedGroupsPage and doesn't have ['cid'], so the error appeared:
When I go from
/main/groupInfo
to/main/groupInfo/chatInfo
, the/main/groupInfo
route will be removed and then "GroupInfoController" onDelete() called.I think maybe there is something wrong
The text was updated successfully, but these errors were encountered: