Skip to content

Commit c8c3e84

Browse files
committed
Fix repetition of already finished access to root folder (AsyncTask) on rotation, in log-in view
1 parent b7bb1ec commit c8c3e84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/com/owncloud/android/authentication/AuthenticatorActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,7 @@ private void onGetOAuthAccessTokenFinish(RemoteOperationResult result) {
13731373
public void onAuthenticatorTaskCallback(RemoteOperationResult result) {
13741374
mWaitingForOpId = Long.MAX_VALUE;
13751375
dismissDialog(WAIT_DIALOG_TAG);
1376+
mAsyncTask = null;
13761377

13771378
if (result.isSuccess()) {
13781379
Log_OC.d(TAG, "Successful access - time to save the account");

0 commit comments

Comments
 (0)