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
Result: match closed, lobby shown. Debug console showing "lobby"
Step 3: From lobby go to match by the same code as in step 1
Result: lobby closed, match shown. Debug console not showing "match". Thus, the match screen just showing the old content
The text was updated successfully, but these errors were encountered:
My situation is: I have 2 screens
lobby
andmatch
. I put theprint([screen name])
in each screen init function for debuggingStep 1: From
lobby
go tomatch
by this code:Result:
lobby
closed,match
shown. Debug console showing "match"Step2: From
match
go tolobby
by this code:Result:
match
closed,lobby
shown. Debug console showing "lobby"Step 3: From
lobby
go tomatch
by the same code as in step 1Result:
lobby
closed,match
shown. Debug console not showing "match". Thus, thematch
screen just showing the old contentThe text was updated successfully, but these errors were encountered: