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
??
boolean
Hey!
APK: https://drive.google.com/file/d/1XBpFGkIORvQkPu8sYaWFpSZ1ZI87QpxR/view?usp=sharing
File com/samsung/context/sdk/samsunganalytics/internal/sender/DMA/DMALogSender.java:
com/samsung/context/sdk/samsunganalytics/internal/sender/DMA/DMALogSender.java
public void sendCommon() { ?? isEnableUseInAppLogging = this.configuration.isEnableUseInAppLogging(); // <<< it should be `boolean`
The text was updated successfully, but these errors were encountered:
fix: correct fix for all use places of incompatible primitives (#1688)
711419a
Fixed. Thank you for this case 👍
Sorry, something went wrong.
No branches or pull requests
Hey!
APK: https://drive.google.com/file/d/1XBpFGkIORvQkPu8sYaWFpSZ1ZI87QpxR/view?usp=sharing
File
com/samsung/context/sdk/samsunganalytics/internal/sender/DMA/DMALogSender.java
:The text was updated successfully, but these errors were encountered: