Skip to content

Commit

Permalink
Update KDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkup committed Feb 3, 2025
1 parent 5883718 commit 3a5b0b1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ interface LoginTypesProvider {
val defaultLoginType: LoginType

/**
* Which login type to use and whether to skip the login type selection page. Used for Nextcloud
* 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.
*/
fun intentToInitialLoginType(intent: Intent): LoginType = defaultLoginType

Expand Down

0 comments on commit 3a5b0b1

Please sign in to comment.