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

onComplete 接口 的 onSuccess 回调参数 resultcode 200 但是跳转不成功 #87

Open
vincenlee opened this issue Feb 1, 2021 · 0 comments

Comments

@vincenlee
Copy link

new DefaultUriRequest("",“”)
.activityRequestCode(100)

                        .overridePendingTransition(R.anim.transition_anim_in, R.anim.transition_anim_exit2)
                        .onComplete(new OnCompleteListener() {
                            @Override
                            public void onSuccess(@NonNull UriRequest request) {
                               Log.d("resultCode: " + request.getResultCode());
                            }

                            @Override
                            public void onError(@NonNull UriRequest request, int resultCode) {
                               Log.d("resultCode: " + resultCode);

                            }
                        }).start();

打印的resultCode� 显示200 但是跳转不成功 为啥啊?这么明显的Bug么?

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

1 participant