Fix transport stop reader
This commit is contained in:
parent
7d58cf110d
commit
d01ed8c6ef
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ public class BinaryMapTransportReaderAdapter {
|
|||
int tag = WireFormat.getTagFieldNumber(t);
|
||||
switch (tag) {
|
||||
case 0:
|
||||
return;
|
||||
break;
|
||||
case OsmandOdb.StringTable.S_FIELD_NUMBER:
|
||||
if (current == values[i]) {
|
||||
String value = codedIS.readString();
|
||||
|
|
Loading…
Reference in a new issue