diff --git a/OsmAnd/src/net/osmand/plus/activities/search/SearchByNameAbstractActivity.java b/OsmAnd/src/net/osmand/plus/activities/search/SearchByNameAbstractActivity.java index 443b34c6c1..ad0b12eadf 100644 --- a/OsmAnd/src/net/osmand/plus/activities/search/SearchByNameAbstractActivity.java +++ b/OsmAnd/src/net/osmand/plus/activities/search/SearchByNameAbstractActivity.java @@ -173,9 +173,6 @@ public abstract class SearchByNameAbstractActivity 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")