Fix konsist warnings

This commit is contained in:
Valere 2025-01-20 12:07:32 +01:00
parent afd74af9a2
commit d3a6ab696a
3 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
/*
* Copyright 2025 New Vector Ltd.
*
* SPDX-License-Identifier: AGPL-3.0-only
* Please see LICENSE in the repository root for full details.
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
* Please see LICENSE files in the repository root for full details.
*/
package io.element.android.features.messages.impl.messagecomposer
@ -88,7 +88,7 @@ internal fun DisabledComposerView(
@PreviewsDayNight
@Composable
internal fun DisabledMessageComposerViewVoicePreview() = ElementPreview {
internal fun DisabledComposerViewPreview() = ElementPreview {
Column {
DisabledComposerView(
modifier = Modifier.height(IntrinsicSize.Min),