Skip to content

Commit

Permalink
Create GalleryActivity.java
Browse files Browse the repository at this point in the history
Addresses Bug: RTFaceLogin sometimes kept running and talking after starting RoboTutor #27
  • Loading branch information
madeleinvillegas authored Jan 19, 2023
1 parent 8b9306a commit 912107f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,8 @@ public void onCompletion(MediaPlayer mp) {
Log.e("ACTIVITY", "New Activity failed to start!");
}
// MARCH go to WELCOME
// System.exit(0);
finish();
System.exit(0);
break;


Expand Down

0 comments on commit 912107f

Please sign in to comment.