mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-04 02:10:35 -05: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