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
ARouter.getInstance().build(RouterURLS.SHOP_CAR_COMMENT_ACTIVITY).withString(ORDER_ID,orderId) .navigation(activity,requestCode,new LoginNavigationCallback()); fragment中启动,然后成功返回后,onActivityResult没有被调用
The text was updated successfully, but these errors were encountered:
我也是这个状况,使用原生的就一切OK
Sorry, something went wrong.
No branches or pull requests
ARouter.getInstance().build(RouterURLS.SHOP_CAR_COMMENT_ACTIVITY).withString(ORDER_ID,orderId)
.navigation(activity,requestCode,new LoginNavigationCallback());
fragment中启动,然后成功返回后,onActivityResult没有被调用
The text was updated successfully, but these errors were encountered: