Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[core] "super" is used alone #897

Closed
bagipro opened this issue Apr 4, 2020 · 2 comments
Closed

[core] "super" is used alone #897

bagipro opened this issue Apr 4, 2020 · 2 comments
Labels
bug Core Issues in jadx-core module

Comments

@bagipro
Copy link
Collaborator

bagipro commented Apr 4, 2020

Class com.ebay.app.AlertDialogFragment

    public void onCancel(android.content.DialogInterface dialogInterface) {
        if (getTargetFragment() != null && (getTargetFragment() instanceof com.ebay.app.DialogFragmentCallback)) {
            ((com.ebay.app.DialogFragmentCallback) getTargetFragment()).onDialogFragmentResult(/* >>> */ super, getTargetRequestCode(), 3);
        } else if (getActivity() instanceof com.ebay.app.DialogFragmentCallback) {
            ((com.ebay.app.DialogFragmentCallback) getActivity()).onDialogFragmentResult(/* >>> */ super, getTargetRequestCode(), 3);
        }
    }

APK: https://drive.google.com/file/d/1qC3tlWs9AtPBpyS6iU9kcSphLryfJOxi/view?usp=sharing

@bagipro bagipro added bug Core Issues in jadx-core module labels Apr 4, 2020
@redmi111
Copy link

Yes, I also noticed this.

@skylot
Copy link
Owner

skylot commented Apr 27, 2020

Fixed. This regression was added in PR #878.

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

No branches or pull requests

3 participants