mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
stations picked from autocomplete are handled by id
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@125 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
e3b8e3e02e
commit
9bf136b568
1 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ public final class Autocomplete
|
|||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return getClass().getName() + "[" + locationId + " " + location + "]";
|
||||
// return getClass().getName() + "[" + locationId + " " + location + "]";
|
||||
return location; // invoked by AutoCompleteTextView in landscape orientation
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue