mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 02:38:58 +03:00
direct login works again
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
e3121bf18d
commit
d8d24908da
1 changed files with 1 additions and 0 deletions
|
@ -1397,6 +1397,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
|
|||
webViewUser = loginUrlInfo.username;
|
||||
webViewPassword = loginUrlInfo.password;
|
||||
doOnResumeAndBound();
|
||||
checkOcServer();
|
||||
} catch (Exception e) {
|
||||
mServerStatusIcon = R.drawable.ic_alert;
|
||||
mServerStatusText = getString(R.string.qr_could_not_be_read);
|
||||
|
|
Loading…
Reference in a new issue