Skip to content

Commit

Permalink
Fix konsist warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Jan 20, 2025
1 parent c012fa1 commit f731dee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -88,7 +88,7 @@ internal fun DisabledComposerView(

@PreviewsDayNight
@Composable
internal fun DisabledMessageComposerViewVoicePreview() = ElementPreview {
internal fun DisabledComposerViewPreview() = ElementPreview {
Column {
DisabledComposerView(
modifier = Modifier.height(IntrinsicSize.Min),
Expand Down

0 comments on commit f731dee

Please sign in to comment.