mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-04 02:10:32 -05:00 
			
		
		
		
	Fix cast from int to Integer
This commit is contained in:
		@ -126,7 +126,7 @@ public class MainActivity extends Activity {
 | 
			
		||||
							int position, long id) 
 | 
			
		||||
					{
 | 
			
		||||
						//Send intent with R.array.label
 | 
			
		||||
						galleryIntent.putExtra("thumbsId", (int)(imageAdapter.getItem(position)));
 | 
			
		||||
						galleryIntent.putExtra("thumbsId", (Integer)(imageAdapter.getItem(position)));
 | 
			
		||||
						startActivity(galleryIntent);
 | 
			
		||||
					}
 | 
			
		||||
				});
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user