We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af3c57 commit b9723aaCopy full SHA for b9723aa
src/main/java/com/dropbox/core/android/AuthActivity.java
@@ -542,6 +542,7 @@ private void authFinished(Intent authResult) {
542
private void startWebAuth(String state) {
543
String path = "1/connect";
544
Locale locale = Locale.getDefault();
545
+ locale = new Locale(locale.getLanguage(), locale.getCountry());
546
547
// Web Auth currently does not support desiredUid and only one alreadyAuthUid (param n).
548
// We use first alreadyAuthUid arbitrarily.
0 commit comments