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
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么?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
new DefaultUriRequest("",“”)
.activityRequestCode(100)
打印的resultCode� 显示200 但是跳转不成功 为啥啊?这么明显的Bug么?
The text was updated successfully, but these errors were encountered: