Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit e0a9d3a

Browse files
committed
Merge pull request #51 from daboxu/master
Fixes #48
2 parents d4ab04b + 19f6910 commit e0a9d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onedrivesdk/src/main/java/com/onedrive/sdk/authentication/DisambiguationAuthenticator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ public void success(final DisambiguationResponse result) {
165165

166166
@Override
167167
public void failure(final ClientException error2) {
168-
disambiguationWaiter.signal();
169168
error.set(new ClientAuthenticatorException("Unable to disambiguate account type",
170169
OneDriveErrorCodes.AuthenticationFailure));
171170
//noinspection ThrowableResultOfMethodCallIgnored
172171
mLogger.logError(error.get().getMessage(), error.get());
172+
disambiguationWaiter.signal();
173173
}
174174
};
175175

0 commit comments

Comments
 (0)