mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 08:10:46 +00:00
handle cancelled departures
This commit is contained in:
parent
65ceab85d4
commit
aa4b1517f5
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,7 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
// TODO is_reachable
|
||||
// TODO disableTrainInfo
|
||||
|
||||
if (depStation == null)
|
||||
if (depStation == null && !"cancel".equals(eDelay))
|
||||
{
|
||||
final Calendar plannedTime = new GregorianCalendar(timeZone());
|
||||
plannedTime.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue