re-added crashing code

This commit is contained in:
Tylr-J42 2025-02-10 12:20:58 -05:00
parent 56a8d17403
commit 754308a869

View File

@ -81,14 +81,14 @@ public class MainActivity extends AppCompatActivity {
TextView TBAView = (TextView)findViewById(R.id.TBATest); TextView TBAView = (TextView)findViewById(R.id.TBATest);
// getTBAInfo = new AsynchronousGet(); getTBAInfo = new AsynchronousGet();
//try { try {
//TBAView.setText(getTBAInfo.getMatchTeams("melew", 1)[0][1]); TBAView.setText(getTBAInfo.getMatchTeams("melew", 1)[0][1]);
//} catch (Exception e) { } catch (Exception e) {
// throw new RuntimeException(e); throw new RuntimeException(e);
//} }
} }
public final class AsynchronousGet { public final class AsynchronousGet {