Skip to content

Commit 4fcaabc

Browse files
author
Vladimir Enchev
committed
search-bar for android is opened by default
1 parent b526934 commit 4fcaabc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ui/search-bar/search-bar.android.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ export class SearchBar extends common.SearchBar {
4949
public _createUI() {
5050
this._android = new android.widget.SearchView(this._context);
5151

52+
this._android.setIconified(false);
53+
5254
var that = new WeakRef(this);
5355
this._android.setOnQueryTextListener(new android.widget.SearchView.OnQueryTextListener({
5456
get owner() {

0 commit comments

Comments
 (0)