Skip to content

Commit 3a5b0b1

Browse files
committed
Update KDoc
1 parent 5883718 commit 3a5b0b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/kotlin/at/bitfire/davdroid/ui/setup/LoginTypesProvider.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ interface LoginTypesProvider {
1313
val defaultLoginType: LoginType
1414

1515
/**
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.
16+
* Which login type to use. Used for Nextcloud login flow and may be used for other intent started flows.
1817
*/
1918
fun intentToInitialLoginType(intent: Intent): LoginType = defaultLoginType
2019

0 commit comments

Comments
 (0)