File tree 1 file changed +3
-0
lines changed
mapzen-places-api/src/main/java/com/mapzen/places/api/internal
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 24
24
import android .support .v7 .app .AppCompatActivity ;
25
25
import android .util .Log ;
26
26
import android .view .View ;
27
+ import android .view .inputmethod .EditorInfo ;
27
28
import android .widget .ImageView ;
28
29
29
30
import static com .mapzen .places .api .internal .PlaceIntentConsts .EXTRA_BOUNDS ;
@@ -105,6 +106,8 @@ public class PlaceAutocompleteActivity extends AppCompatActivity
105
106
} else {
106
107
peliasSearchView = (PeliasSearchView ) findViewById (R .id .pelias_search_view );
107
108
}
109
+ peliasSearchView .setImeOptions (peliasSearchView .getImeOptions () |
110
+ EditorInfo .IME_FLAG_NO_EXTRACT_UI );
108
111
peliasSearchView .setIconifiedByDefault (false );
109
112
peliasSearchView .setCallback (new Callback <Result >() {
110
113
@ Override public void onResponse (Call <Result > call , Response <Result > response ) {
You can’t perform that action at this time.
0 commit comments