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
Fragment中无法接收onActivityResult回调,navigation现有方法未对Fragment接收onActivityResult的情形做支持,希望可以公开相关API。
The text was updated successfully, but these errors were encountered:
支持。
Sorry, something went wrong.
这样就得用原生了 arouter就尴尬了
@landryshuai @CodingCodersCode @krisez Activity或者Fragment使用: ARouter.getInstance().build(path).navigation(getActivity(),requestCode);
页面回传值这个过程不用说了。 Activity中onActivityResult怎么传递给Fragment这个网上的方案百度一下。
所以,是曲线救国咯?就不能处理下这情况么? 通过activity回传都会。但增加了一堆原生不必增加的
No branches or pull requests
Fragment中无法接收onActivityResult回调,navigation现有方法未对Fragment接收onActivityResult的情形做支持,希望可以公开相关API。
The text was updated successfully, but these errors were encountered: