Skip to content

Commit

Permalink
request focus configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nar committed Oct 3, 2018
1 parent 838a29a commit 58410b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ public void show() {
// mEdtSearch.requestFocus();
}

public void requestFocus()
public void requestSearchFocus()
{
mEdtSearch.requestFocus();
}
Expand Down

0 comments on commit 58410b8

Please # to comment.