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:
andreas.schildbach 2010-09-02 16:56:14 +00:00
parent e3b8e3e02e
commit 9bf136b568

View file

@ -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
}
}