Probably fix for issue 936

This commit is contained in:
Pavol Zibrita 2012-03-21 23:37:59 +01:00
parent e3197bc0b3
commit ba00e62a7e

View file

@ -173,7 +173,9 @@ 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")