Skip to content
New issue

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

软键盘弹出后,再按返回键无法退出,sample也有这个bug #10

Closed
caihuanjian opened this issue Nov 6, 2019 · 2 comments

Comments

@caihuanjian
Copy link

@OverRide
public void onBackPressed() {
if (mHelper != null && mHelper.hookSystemBackForHindPanel()) {
return;
}
super.onBackPressed();
}

hookSystemBackForHindPanel一直返回true

@caihuanjian
Copy link
Author

软键盘出现的时候,按返回键,onBackPressed是不会调的老哥。这个时候你的
currentPanelId 一直等于 PANEL_KEYBOARD

@YummyLau
Copy link
Collaborator

YummyLau commented Nov 6, 2019

软键盘出现的时候,按返回键,onBackPressed是不会调的老哥。这个时候你的
currentPanelId 一直等于 PANEL_KEYBOARD

感谢 @caihuanjian 反馈 1.0.3已经修复

@YummyLau YummyLau closed this as completed Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants