mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-04 02:10:32 -05:00 
			
		
		
		
	Removed HTML toast
This commit is contained in:
		@ -177,7 +177,7 @@ public class SearchActivity extends Activity {
 | 
				
			|||||||
        			protected void onPostExecute(String result) {
 | 
					        			protected void onPostExecute(String result) {
 | 
				
			||||||
        				super.onPostExecute(result);
 | 
					        				super.onPostExecute(result);
 | 
				
			||||||
        				key = result;
 | 
					        				key = result;
 | 
				
			||||||
        				Toast.makeText(getApplicationContext(), key, Toast.LENGTH_SHORT).show();
 | 
					        				//Toast.makeText(getApplicationContext(), key, Toast.LENGTH_SHORT).show();
 | 
				
			||||||
        				if(key!= null)
 | 
					        				if(key!= null)
 | 
				
			||||||
                        {
 | 
					                        {
 | 
				
			||||||
                        	restLocation.setKey(key);
 | 
					                        	restLocation.setKey(key);
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user