Increase old login flow delay to 45

This commit is contained in:
stefan-niedermann 2019-09-14 22:24:35 +02:00
parent 7d71fcc7e5
commit 23652e55a3

View file

@ -345,7 +345,7 @@ public class SettingsActivity extends AppCompatActivity {
initLegacyLogin(field_url.getText().toString());
}
}).show();
}, 2 * 1000);
}, 45 * 1000);
}
private String getWebLoginUserAgent() {