mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-08 16:28:00 -06:00
Forgor to turn off a test feature
This commit is contained in:
@@ -204,8 +204,8 @@ public class TBAView extends ScrollView {
|
||||
Table.bringToFront();
|
||||
|
||||
try {
|
||||
// final JSONArray matchData = new JSONArray(matchesString);
|
||||
final JSONArray matchData = new JSONArray();
|
||||
final JSONArray matchData = new JSONArray(matchesString);
|
||||
// final JSONArray matchData = new JSONArray();
|
||||
final JSONArray teamData = new JSONArray(teamsString);
|
||||
|
||||
String matchKey = eventData.getString("key");
|
||||
|
||||
Reference in New Issue
Block a user