We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7bb1ec commit c8c3e84Copy full SHA for c8c3e84
1 file changed
src/com/owncloud/android/authentication/AuthenticatorActivity.java
@@ -1373,6 +1373,7 @@ private void onGetOAuthAccessTokenFinish(RemoteOperationResult result) {
1373
public void onAuthenticatorTaskCallback(RemoteOperationResult result) {
1374
mWaitingForOpId = Long.MAX_VALUE;
1375
dismissDialog(WAIT_DIALOG_TAG);
1376
+ mAsyncTask = null;
1377
1378
if (result.isSuccess()) {
1379
Log_OC.d(TAG, "Successful access - time to save the account");
0 commit comments