mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Fixes to some errors found by lint ("Inspect code" on Android Studio)
See also #171.
This commit is contained in:
		
							parent
							
								
									7dd512b2d9
								
							
						
					
					
						commit
						41ffd993d1
					
				
					 3 changed files with 3 additions and 4 deletions
				
			
		|  | @ -32,7 +32,6 @@ public class NearbyPlaces { | |||
|                 String line; | ||||
| 
 | ||||
|                 while ((line = in.readLine()) != null) { | ||||
|                     line = in.readLine(); | ||||
| 
 | ||||
|                     // Skip CSV header. | ||||
|                     if (firstLine) { | ||||
|  | @ -58,7 +57,6 @@ public class NearbyPlaces { | |||
|                     } | ||||
| 
 | ||||
|                     String type = fields[3]; | ||||
|                     String image; | ||||
| 
 | ||||
|                     places.add(new Place( | ||||
|                             name, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yusuke Matsubara
						Yusuke Matsubara