Change to ListView in layout file to solve crash

This commit is contained in:
misaochan 2016-08-25 18:32:13 +12:00
parent 55810cd050
commit 9836fb920e
2 changed files with 6 additions and 6 deletions

View file

@ -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++;