re-added crashing code
This commit is contained in:
parent
56a8d17403
commit
754308a869
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user