mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-07-05 07:45:15 -04:00
Connect the RSVP menu item to the activity
This commit is contained in:
@ -54,6 +54,8 @@ public class MenuActivity extends Activity {
|
||||
case R.id.action_home:
|
||||
startActivity(new Intent(this, Home.class));
|
||||
break;
|
||||
case R.id.action_search_rsvp:
|
||||
startActivity(new Intent(this, Search.class));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user