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