Skip to content

Commit 21f3377

Browse files
Update MainMenu.java
1 parent af1a447 commit 21f3377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Part_3-Animation & Transition/MainMenu.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void onClick(View v) {
9191
@Override
9292
public void onClick(View v) {
9393
Intent signup = new Intent(MainMenu.this,ChooseOne.class);
94-
signup.putExtra("Home","Signup");
94+
signup.putExtra("Home","SignUp");
9595
startActivity(signup);
9696
finish();
9797
}
@@ -103,4 +103,4 @@ protected void onDestroy() {
103103
super.onDestroy();
104104
System.gc();
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)