diff --git a/oeffi/src/de/schildbach/oeffi/stations/StationsActivity.java b/oeffi/src/de/schildbach/oeffi/stations/StationsActivity.java index 0a70d80..828e6b7 100644 --- a/oeffi/src/de/schildbach/oeffi/stations/StationsActivity.java +++ b/oeffi/src/de/schildbach/oeffi/stations/StationsActivity.java @@ -800,14 +800,14 @@ public class StationsActivity extends OeffiMainActivity implements StationsAware runOnUiThread(() -> mergeIntoStations(freshStations, true)); } - + } catch (final IOException x) { + log.info("IO problem while querying for nearby locations to " + referenceLocation, x); + } finally { runOnUiThread(() -> { actionBar.stopProgress(); loading = false; updateGUI(); }); - } catch (final IOException x) { - log.info("IO problem while querying for nearby locations to " + referenceLocation, x); } }); }