removed obsolete code
This commit is contained in:
parent
e11c33060b
commit
60dabe3757
1 changed files with 0 additions and 3 deletions
|
@ -173,9 +173,6 @@ public abstract class SearchByNameAbstractActivity<T> extends OsmandListActivity
|
|||
if(locationToSearch == null){
|
||||
locationToSearch = settings.getLastKnownMapLocation();
|
||||
}
|
||||
//WORKAROUND there might be some kind of bug that makes the edit text password like
|
||||
//http://code.google.com/p/osmand/issues/detail?id=936
|
||||
searchText.setTransformationMethod(null);
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
|
|
Loading…
Reference in a new issue