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

Android9.0 侧滑返回用不了的更新提示 (顶楼主!!) #26

Closed
AlienChao opened this issue Jul 25, 2019 · 2 comments
Closed

Comments

@AlienChao
Copy link

在UIActivity中加入

/**
 * 滑动返回执行完毕,销毁当前 Activity
 */
@Override
public void onSwipeBackLayoutExecuted() {
    if(Build.VERSION.SDK_INT < Build.VERSION_CODES.P){
        mSwipeBackHelper.swipeBackward();
    }else{
        BGAKeyboardUtil.closeKeyboard(this);
        finish();
        overridePendingTransition(0,0);
    }
}
@getActivity
Copy link
Owner

关于这个问题,我在新版本的处理方式是将界面侧滑功能移除

@getActivity
Copy link
Owner

多谢提醒

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