mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 08:38:03 -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();
|
Table.bringToFront();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// final JSONArray matchData = new JSONArray(matchesString);
|
final JSONArray matchData = new JSONArray(matchesString);
|
||||||
final JSONArray matchData = new JSONArray();
|
// final JSONArray matchData = new JSONArray();
|
||||||
final JSONArray teamData = new JSONArray(teamsString);
|
final JSONArray teamData = new JSONArray(teamsString);
|
||||||
|
|
||||||
String matchKey = eventData.getString("key");
|
String matchKey = eventData.getString("key");
|
||||||
|
|||||||
Reference in New Issue
Block a user