Formatting
This commit is contained in:
parent
370d8155ee
commit
31ffca2547
2 changed files with 5 additions and 6 deletions
|
@ -812,8 +812,7 @@ public class OsmAndLocationProvider implements SensorEventListener {
|
|||
setLocation(location);
|
||||
}
|
||||
|
||||
private void setLocation(net.osmand.Location location) {
|
||||
if (location == null) {
|
||||
private void setLocation(net.osmand.Location location) { if (location == null) {
|
||||
updateGPSInfo(null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue