mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 19:36:50 +01:00
WeatherSpec: Fix typo in getLocation
This commit is contained in:
parent
9c5cba68dd
commit
2051ce2055
@ -105,7 +105,7 @@ public class WeatherSpec implements Parcelable, Serializable {
|
|||||||
}
|
}
|
||||||
final Location location = new Location("weatherSpec");
|
final Location location = new Location("weatherSpec");
|
||||||
location.setLatitude(latitude);
|
location.setLatitude(latitude);
|
||||||
location.setLatitude(longitude);
|
location.setLongitude(longitude);
|
||||||
return location;
|
return location;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user