mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +00:00
StationsActivity: Remove an unnecessary semicolon.
This commit is contained in:
parent
14c73ee7c9
commit
08ebd09eeb
1 changed files with 1 additions and 1 deletions
|
@ -1128,7 +1128,7 @@ public class StationsActivity extends OeffiMainActivity implements StationsAware
|
||||||
log.info("Redirect while querying departures on {}", requestedStationId);
|
log.info("Redirect while querying departures on {}", requestedStationId);
|
||||||
|
|
||||||
handler.post(() -> new Toast(StationsActivity.this).toast(R.string.toast_network_problem));
|
handler.post(() -> new Toast(StationsActivity.this).toast(R.string.toast_network_problem));
|
||||||
};
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onBlocked(final HttpUrl url) {
|
protected void onBlocked(final HttpUrl url) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue