diff --git a/common/src/commonMain/kotlin/com/artemchep/keyguard/feature/home/vault/screen/VaultViewStateProducer.kt b/common/src/commonMain/kotlin/com/artemchep/keyguard/feature/home/vault/screen/VaultViewStateProducer.kt index 4ff36a98..f17313de 100644 --- a/common/src/commonMain/kotlin/com/artemchep/keyguard/feature/home/vault/screen/VaultViewStateProducer.kt +++ b/common/src/commonMain/kotlin/com/artemchep/keyguard/feature/home/vault/screen/VaultViewStateProducer.kt @@ -2742,7 +2742,7 @@ suspend fun RememberStateFlowScope.create( leading: (@Composable RowScope.() -> Unit)? = null, verify: ((() -> Unit) -> Unit)? = null, onBuildActions: (ContextItemBuilder.() -> Unit)? = null, - maxLines: Int = Int.MAX_VALUE, + maxLines: Int = 64, password: Boolean = false, username: Boolean = false, private: Boolean = false,