Skip to content
Permalink
Browse files
updated reg button to link to reg page
  • Loading branch information
eggintod committed Mar 16, 2019
1 parent 28a6e26 commit 970e6827e87df6c329b60e5b912a381c7539766d
Showing 1 changed file with 4 additions and 1 deletion.
@@ -137,7 +137,10 @@ public class MainActivity extends AppCompatActivity {
}

public void btn_register_Clicked(View view) {

// Create new intent to open new page
Intent intent = new Intent(getBaseContext(), registration.class);
// Open page
startActivity(intent);
}
}

0 comments on commit 970e682

Please sign in to comment.