fix typo
This commit is contained in:
parent
112d8db27c
commit
a1f1211dcf
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public class DashFavoritesFragment extends DashBaseFragment {
|
|||
location = new LatLon(getMyApplication().getLocationProvider().getFirstTimeRunDefaultLocation().getLatitide(), getMyApplication().getLocationProvider().getFirstTimeRunDefaultLocation().getLongitude());
|
||||
} else {
|
||||
//location = getLocationProvider().getLastKnownLocation();
|
||||
location = new LatLon(getLocationProvider().getLastKnownLocation().getLatitude(), getLocationProvider().getLastKnownLocation().getLongitude())
|
||||
location = new LatLon(getLocationProvider().getLastKnownLocation().getLatitude(), getLocationProvider().getLastKnownLocation().getLongitude());
|
||||
}
|
||||
if (location == null) {
|
||||
location = getMyApplication().getSettings().getLastKnownMapLocation();
|
||||
|
|
Loading…
Reference in a new issue