Fix compilation issue.
This commit is contained in:
parent
152d69ccf4
commit
442d57909d
1 changed files with 2 additions and 2 deletions
|
|
@ -31,12 +31,12 @@ open class OnBoardingStateProvider : PreviewParameterProvider<OnBoardingState> {
|
||||||
|
|
||||||
fun anOnBoardingState(
|
fun anOnBoardingState(
|
||||||
isDebugBuild: Boolean = false,
|
isDebugBuild: Boolean = false,
|
||||||
applicationName: String = "Element",
|
productionApplicationName: String = "Element",
|
||||||
canLoginWithQrCode: Boolean = false,
|
canLoginWithQrCode: Boolean = false,
|
||||||
canCreateAccount: Boolean = false
|
canCreateAccount: Boolean = false
|
||||||
) = OnBoardingState(
|
) = OnBoardingState(
|
||||||
isDebugBuild = isDebugBuild,
|
isDebugBuild = isDebugBuild,
|
||||||
applicationName = applicationName,
|
productionApplicationName = productionApplicationName,
|
||||||
canLoginWithQrCode = canLoginWithQrCode,
|
canLoginWithQrCode = canLoginWithQrCode,
|
||||||
canCreateAccount = canCreateAccount
|
canCreateAccount = canCreateAccount
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue