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
[
视频.zip
](url)
The text was updated successfully, but these errors were encountered:
😄 我也遇到了 因为重新绘制了 我已经解决啦 方案是: attachViewToParent 和 DetachViewToparent 这一对是 shadow操作precontentview removeViewInLayout 和 addViewInLayout 这一对是 preDecor操作precontentview
Sorry, something went wrong.
/** * BaseActivity 滑动返回执行完毕,销毁当前 Activity */ @Override public void onSwipeBackLayoutExecuted() { if(Build.VERSION.SDK_INT < Build.VERSION_CODES.P){ mSwipeBackHelper.swipeBackward(); }else { BGAKeyboardUtil.closeKeyboard(this); finish(); //TODO 动画造成关闭界面闪动
// mSwipeBackHelper.executeSwipeBackAnim(); overridePendingTransition(0,0); } }
No branches or pull requests
[
视频.zip
](url)
The text was updated successfully, but these errors were encountered: