et_add_share_content.postDelayed(new Runnable()
{
 
@Override
public void run()
{
InputMethodManager imm = ((InputMethodManager) myActivity.getSystemService(Activity.INPUT_METHOD_SERVICE));
imm.showSoftInput(et, InputMethodManager.SHOW_FORCED);
}
}, 100);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-31
  • 2021-08-29
  • 2022-01-30
  • 2021-12-13
  • 2022-12-23
相关资源
相似解决方案