mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Wrap text for name field
This commit is contained in:
parent
b71054300f
commit
c9f51ee9f5
2 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ public class NearbyPlaces {
|
|||
|
||||
while ((line = in.readLine()) != null) {
|
||||
line = in.readLine();
|
||||
|
||||
|
||||
// Skip CSV header.
|
||||
if (firstLine) {
|
||||
firstLine = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue