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? # 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
Class com.ebay.app.AlertDialogFragment
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
The text was updated successfully, but these errors were encountered:
Yes, I also noticed this.
Sorry, something went wrong.
fix: redone shadowed fields handling (#897)
7f5092c
Fixed. This regression was added in PR #878.
No branches or pull requests
Class
com.ebay.app.AlertDialogFragment
APK: https://drive.google.com/file/d/1qC3tlWs9AtPBpyS6iU9kcSphLryfJOxi/view?usp=sharing
The text was updated successfully, but these errors were encountered: