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
in init_Match, last line, we try to set the Globals.TransmitMatchNum to the selected item from the spinner (null) and then convert to a string (exception).
Put that line in the IF condition in the previous line.
in init_Match, last line, we try to set the Globals.TransmitMatchNum to the selected item from the spinner (null) and then convert to a string (exception).
Put that line in the IF condition in the previous line.