We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9bc7a commit 3105bf4Copy full SHA for 3105bf4
simplified-ui/src/main/java/org/nypl/simplified/ui/catalog/CatalogToolbar.kt
@@ -111,7 +111,7 @@ class CatalogToolbar(
111
this.searchText.visibility = View.VISIBLE
112
this.text.visibility = View.INVISIBLE
113
114
- this.text.postDelayed({ this.text.requestFocus() }, 100)
+ this.text.postDelayed({ this.searchText.requestFocus() }, 100)
115
this.text.postDelayed({ this.keyboardShow() }, 100)
116
}
117
0 commit comments