Fixed next button in tele activity
This commit is contained in:
parent
c86fdff7eb
commit
1d940d9a54
Binary file not shown.
Binary file not shown.
@ -158,7 +158,7 @@ public class TeleActivity extends AppCompatActivity {
|
||||
nextButton.setOnLongClickListener((v) -> {
|
||||
//submit data
|
||||
csvMake();
|
||||
Intent intent = new Intent(this, TeleActivity.class);
|
||||
Intent intent = new Intent(this, EndActivity.class);
|
||||
intent.putExtra(Event_Key, eventString);
|
||||
intent.putExtra(Match_key, matchString);
|
||||
intent.putExtra(Team_key, TeamString);
|
||||
|
Loading…
Reference in New Issue
Block a user