We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5883718 commit 3a5b0b1Copy full SHA for 3a5b0b1
app/src/main/kotlin/at/bitfire/davdroid/ui/setup/LoginTypesProvider.kt
@@ -13,8 +13,7 @@ interface LoginTypesProvider {
13
val defaultLoginType: LoginType
14
15
/**
16
- * Which login type to use and whether to skip the login type selection page. Used for Nextcloud
17
- * login flow. May be used by other login flows.
+ * Which login type to use. Used for Nextcloud login flow and may be used for other intent started flows.
18
*/
19
fun intentToInitialLoginType(intent: Intent): LoginType = defaultLoginType
20
0 commit comments