mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
fixed not displaying messages in departure list entries any more
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@78 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
ed54c30d46
commit
edd72a64c4
6 changed files with 32 additions and 8 deletions
|
@ -30,6 +30,8 @@ import java.util.Map;
|
|||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
import de.schildbach.pte.QueryDeparturesResult.Status;
|
||||
|
||||
/**
|
||||
* @author Andreas Schildbach
|
||||
*/
|
||||
|
@ -545,7 +547,7 @@ public class MvvProvider implements NetworkProvider
|
|||
}
|
||||
else
|
||||
{
|
||||
return QueryDeparturesResult.NO_INFO;
|
||||
return new QueryDeparturesResult(uri, Status.NO_INFO);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue