mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Comment out gpsCoords string
This commit is contained in:
parent
1530ddc969
commit
2eef7037f9
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ public class NearbyActivity extends AppCompatActivity {
|
|||
private Criteria criteria;
|
||||
|
||||
private double currentLatitude, currentLongitude;
|
||||
private String gpsCoords;
|
||||
//private String gpsCoords;
|
||||
|
||||
private static final String TAG = "NearbyActivity";
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ public class NearbyActivity extends AppCompatActivity {
|
|||
|
||||
registerLocationManager();
|
||||
//TODO: Check if we need String or double coords, and in what format
|
||||
gpsCoords = String.valueOf(currentLatitude) + "|" + String.valueOf(currentLongitude);
|
||||
//gpsCoords = String.valueOf(currentLatitude) + "|" + String.valueOf(currentLongitude);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue