mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
WeatherSpec: Fix typo in getLocation
This commit is contained in:
@@ -105,7 +105,7 @@ public class WeatherSpec implements Parcelable, Serializable {
|
||||
}
|
||||
final Location location = new Location("weatherSpec");
|
||||
location.setLatitude(latitude);
|
||||
location.setLatitude(longitude);
|
||||
location.setLongitude(longitude);
|
||||
return location;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user