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

[core] Override annotation is added when it's not needed #1234

Closed
bagipro opened this issue Aug 22, 2021 · 3 comments
Closed

[core] Override annotation is added when it's not needed #1234

bagipro opened this issue Aug 22, 2021 · 3 comments
Labels
bug Core Issues in jadx-core module
Milestone

Comments

@bagipro
Copy link
Collaborator

bagipro commented Aug 22, 2021

Hey,

Class androidx.transition.GhostViewImpl:

package androidx.transition;
/* loaded from: classes.dex */
interface GhostViewImpl {
    void reserveEndViewTransition(android.view.ViewGroup viewGroup, android.view.View view);

    @Override // androidx.transition.GhostViewImpl // <<<
    void setVisibility(int i);
}

APK: https://drive.google.com/file/d/1qC3tlWs9AtPBpyS6iU9kcSphLryfJOxi/view

@bagipro bagipro added bug Core Issues in jadx-core module labels Aug 22, 2021
@skylot skylot added this to the TBD milestone Oct 27, 2021
@nitram84
Copy link
Contributor

This issue can be reproduced with the dependency itself ('androidx.transition:transition:1.0.0' / https://maven.google.com/androidx/transition/transition/1.0.0/transition-1.0.0.aar).

@skylot
Copy link
Owner

skylot commented Jan 18, 2022

@bagipro I made a fix 🎉

@skylot skylot closed this as completed Jan 18, 2022
@bagipro
Copy link
Collaborator Author

bagipro commented Jan 18, 2022

@skylot
Thanks! Time to research for new bugs :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Core Issues in jadx-core module
Projects
None yet
Development

No branches or pull requests

3 participants