|
|
|
@ -230,9 +230,7 @@ public class SearchBookActivity extends BaseActivity { |
|
|
|
|
initHistoryList(); |
|
|
|
|
App.getHandler().postDelayed(() -> { |
|
|
|
|
binding.etSearchKey.requestFocus(); |
|
|
|
|
InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); |
|
|
|
|
imm.toggleSoftInput(0, InputMethodManager.SHOW_FORCED); |
|
|
|
|
}, 400); |
|
|
|
|
}, 200); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|