mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Change to ListView in layout file to solve crash
This commit is contained in:
		
							parent
							
								
									55810cd050
								
							
						
					
					
						commit
						9836fb920e
					
				
					 2 changed files with 6 additions and 6 deletions
				
			
		|  | @ -34,7 +34,7 @@ public class NearbyPlaces { | |||
|                 int counter = 0; | ||||
| 
 | ||||
|                 //while ((line = in.readLine()) != null) { | ||||
|                 while (in.readLine() != null && counter < 11) { | ||||
|                 while (in.readLine() != null && counter < 110) { | ||||
| 
 | ||||
|                     line = in.readLine(); | ||||
|                     counter++; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 misaochan
						misaochan