Fixed next button in tele activity

This commit is contained in:
Cayden Brackett 2025-03-13 14:47:11 -04:00
parent c86fdff7eb
commit 1d940d9a54
3 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ public class TeleActivity extends AppCompatActivity {
nextButton.setOnLongClickListener((v) -> { nextButton.setOnLongClickListener((v) -> {
//submit data //submit data
csvMake(); csvMake();
Intent intent = new Intent(this, TeleActivity.class); Intent intent = new Intent(this, EndActivity.class);
intent.putExtra(Event_Key, eventString); intent.putExtra(Event_Key, eventString);
intent.putExtra(Match_key, matchString); intent.putExtra(Match_key, matchString);
intent.putExtra(Team_key, TeamString); intent.putExtra(Team_key, TeamString);