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
Hey!
APK: https://drive.google.com/file/d/1XBpFGkIORvQkPu8sYaWFpSZ1ZI87QpxR/view?usp=sharing
File com/samsung/context/sdk/samsunganalytics/internal/connection/Domain.java
com/samsung/context/sdk/samsunganalytics/internal/connection/Domain.java
public enum Domain { REGISTRATION(Utils.isEngBin() ? r2 : "https://regi.di.atlas.samsung.com"), POLICY(r2), DLS(""); String domain; static { String str = "https://stg-api.di.atlas.samsung.com"; if (!Utils.isEngBin()) { str = "https://dc.di.atlas.samsung.com"; } }
I believe that there shouldn't be the static block, but str should be initialized with "https://stg-api.di.atlas.samsung.com"
static
str
"https://stg-api.di.atlas.samsung.com"
The text was updated successfully, but these errors were encountered:
fix: improve ternary inline, resolve more enum cases (#1686)
683c2df
Fixed.
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/connection/Domain.java
I believe that there shouldn't be the
static
block, butstr
should be initialized with"https://stg-api.di.atlas.samsung.com"
The text was updated successfully, but these errors were encountered: