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
Checks before report
Describe error File com/paypal/android/sdk/contactless/reader/apdu/Cla.java, static fields are generated instead of enum constants
com/paypal/android/sdk/contactless/reader/apdu/Cla.java
public enum LowerNibble { public static final com.paypal.android.sdk.contactless.reader.apdu.Cla.LowerNibble CHANNEL0 = null; public static final com.paypal.android.sdk.contactless.reader.apdu.Cla.LowerNibble INVALID = null; /* renamed from: a */ public static final /* synthetic */ com.paypal.android.sdk.contactless.reader.apdu.Cla.LowerNibble[] f15532a = null; /* renamed from: b */ public final byte f15533b; /* renamed from: c */ public byte f15534c; static { INVALID = new com.paypal.android.sdk.contactless.reader.apdu.Cla.LowerNibble("INVALID", 0, -1); CHANNEL0 = new com.paypal.android.sdk.contactless.reader.apdu.Cla.LowerNibble("CHANNEL0", 1, 0); f15532a = new com.paypal.android.sdk.contactless.reader.apdu.Cla.LowerNibble[]{INVALID, CHANNEL0}; }
APK: https://drive.google.com/file/d/1fCN9PXu8Zw4Kdnhgd0_qmzEvgWLfEU-9/view?usp=sharing
The text was updated successfully, but these errors were encountered:
fix: convert inner enums and fix inner classes reference (#719)
4629043
fix: add explicit cast for byte literal in method invoke (#719)
be9dae5
Fixed
Sorry, something went wrong.
No branches or pull requests
Checks before report
Describe error
File
com/paypal/android/sdk/contactless/reader/apdu/Cla.java
, static fields are generated instead of enum constantsAPK: https://drive.google.com/file/d/1fCN9PXu8Zw4Kdnhgd0_qmzEvgWLfEU-9/view?usp=sharing
The text was updated successfully, but these errors were encountered: