mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
revert timeout to 60s
This commit is contained in:
parent
4f85979351
commit
c5822827b4
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
|
|||
}
|
||||
}).show();
|
||||
}
|
||||
}, 1000);
|
||||
}, 60000);
|
||||
}
|
||||
|
||||
private void parseAndLoginFromWebView(String dataString) {
|
||||
|
|
Loading…
Reference in a new issue