Skip to content

Commit 3105bf4

Browse files
committed
1 parent ef9bc7a commit 3105bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplified-ui/src/main/java/org/nypl/simplified/ui/catalog/CatalogToolbar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class CatalogToolbar(
111111
this.searchText.visibility = View.VISIBLE
112112
this.text.visibility = View.INVISIBLE
113113

114-
this.text.postDelayed({ this.text.requestFocus() }, 100)
114+
this.text.postDelayed({ this.searchText.requestFocus() }, 100)
115115
this.text.postDelayed({ this.keyboardShow() }, 100)
116116
}
117117

0 commit comments

Comments
 (0)