We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
让 ChattingResolvedActivity extends FragmentActivity ;一直点击"+"那个图片 会有闪动
The text was updated successfully, but these errors were encountered:
💯 我看到了,我一会儿修复下提交。
Sorry, something went wrong.
9ea26fe
@zhouzhiqiangzzq 已经修复了,你拉取最新代码试试,感谢你的提醒。
让 ChattingResolvedActivity extends FragmentActivity 时,按照你的说法,可能是存在actionBarOverlayLayout.getPaddingTop()!=0的情况。 在calculateKeyboardShowing中 actionBarOverlayLayoutHeight的= displayHeight+actionBarOverlayLayout.getPaddingTop(), 这导致当键盘不显示时本应执行的 if (displayHeight >= maxOverlayLayoutHeight) { isKeyboardShowing = false; } 不被执行, 那么其他地方调用panelLayout.isKeyboardShowing的代码应该也会有问题,是否存在这种问题呢 @Jacksgong
No branches or pull requests
让 ChattingResolvedActivity extends FragmentActivity ;一直点击"+"那个图片 会有闪动
The text was updated successfully, but these errors were encountered: