8000
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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
razerdp.basepopup.BasePopupHelper#applyToPopupWindow
源码如下:
private void applyToPopupWindow() { if (mPopupWindow == null || mPopupWindow.mPopupWindowProxy == null) return; mPopupWindow.mPopupWindowProxy.setSoftInputMode(isAutoShowInputMethod() ? WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE : WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED mPopupWindow.mPopupWindowProxy.setSoftInputMode(mSoftInputMode); mPopupWindow.mPopupWindowProxy.setAnimationStyle(animationStyleRes); }
这里调用了2次setSoftInputMode, 是否有问题?
setSoftInputMode
The text was updated successfully, but these errors were encountered:
确实有问题。。。我看看修改记录
5月7号时就已经遗留了。。。。蛋疼- -,我这边的锅,感谢指出~
Sorry, something went wrong.
相关提交: 2ee3227#diff-9cc906d83de4f0db339b77d70c78c7dfL715
当前修复未发布Candy版本,待其他功能完成后一同发布。
2ee3227
fixed #314
f14daba
提交issue 277测试用例
No branches or pull requests
razerdp.basepopup.BasePopupHelper#applyToPopupWindow
源码如下:
这里调用了2次
setSoftInputMode
, 是否有问题?The text was updated successfully, but these errors were encountered: