mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 05:46:14 +03:00
Increase old login flow delay to 45
This commit is contained in:
parent
7d71fcc7e5
commit
23652e55a3
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ public class SettingsActivity extends AppCompatActivity {
|
|||
initLegacyLogin(field_url.getText().toString());
|
||||
}
|
||||
}).show();
|
||||
}, 2 * 1000);
|
||||
}, 45 * 1000);
|
||||
}
|
||||
|
||||
private String getWebLoginUserAgent() {
|
||||
|
|
Loading…
Reference in a new issue