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

DRouter的onActiviytResult不回调 #26

Closed
lixiangkai1987 opened this issue Dec 30, 2021 · 2 comments
Closed

DRouter的onActiviytResult不回调 #26

lixiangkai1987 opened this issue Dec 30, 2021 · 2 comments

Comments

@lixiangkai1987
Copy link

最新版本

DRouter.build("didi://router/login")
.putExtra(key, value)
.start(this, new RouterCallback.ActivityCallback() {
@OverRide
public void onActivityResult(int resultCode, Intent data) {
}
});

使用以上方式的同时也复写了原生Activity的onActivityResult,但是复写的回调了,而DRouter的没有回调,是不能同时共存么?

@lixiangkai1987
Copy link
Author

2.1.3使用是好的

@weigao123
Copy link
Collaborator

再试一下 2.2.1版本是否正常了

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