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