removed obsolete code

This commit is contained in:
Pavol Zibrita 2012-03-23 10:06:33 +01:00
parent e11c33060b
commit 60dabe3757

View file

@ -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")