From f831738f2603e3231bdd94e91299e291a07680b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BBerko?= Date: Thu, 27 Jun 2024 07:22:05 +0000 Subject: [PATCH] Commit with unresolved merge conflicts outside of submodules --- app/lint-baseline.xml | 312 ++++++++++++++---- .../sendmessage/SendMessageViewModel.kt | 3 + 2 files changed, 245 insertions(+), 70 deletions(-) diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index f5fe5aa4b4c..840e0f81af5 100644 --- a/app/lint-baseline.xml +++ b/app/lint-baseline.xml @@ -146,7 +146,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + >>>>>> a2d1a9b76 (fix: audio converting time - rc 4.7 [WPB-9705] (#3132)) id="ImpliedQuantity" message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \ include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \ explanation for more." errorLine1=" <item quantity="one">1 minute ago</item>" @@ -3285,6 +3442,20 @@ errorLine1="@Composable" errorLine2="^"> + + + + >>>>>> a2d1a9b76 (fix: audio converting time - rc 4.7 [WPB-9705] (#3132)) file="src/main/kotlin/com/wire/android/ui/authentication/devices/DeviceItem.kt" line="158" column="1"/> @@ -3678,6 +3849,31 @@ + + + + + + + + >>>>>> a2d1a9b76 (fix: audio converting time - rc 4.7 [WPB-9705] (#3132)) errorLine1="fun DropDownMentionsSuggestions(" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + >>>>>> a2d1a9b76 (fix: audio converting time - rc 4.7 [WPB-9705] (#3132)) column="5"/> @@ -4683,7 +4893,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -5336,61 +5546,6 @@ column="5"/> - - - - - - - - - - - - - - - - - - - - + + + + >>>>>> a2d1a9b76 (fix: audio converting time - rc 4.7 [WPB-9705] (#3132)) file="src/main/kotlin/com/wire/android/ui/authentication/devices/DeviceItem.kt" line="158" column="1"/> @@ -6537,6 +6706,20 @@ + + + + >>>>>> a2d1a9b76 (fix: audio converting time - rc 4.7 [WPB-9705] (#3132)) message="Parameters in a composable function should be ordered following this pattern: params without defaults, modifiers, params with defaults and optionally, a trailing function that might not have a default param. Current params are: [device: Device, placeholder: Boolean, shouldShowVerifyLabel: Boolean, isCurrentClient: Boolean = false, shouldShowE2EIInfo: Boolean = false, background: Color? = null, icon: @Composable (() -> Unit), isWholeItemClickable: Boolean = false, onClickAction: ((Device) -> Unit)? = null] but should be [device: Device, placeholder: Boolean, shouldShowVerifyLabel: Boolean, icon: @Composable (() -> Unit), isCurrentClient: Boolean = false, shouldShowE2EIInfo: Boolean = false, background: Color? = null, isWholeItemClickable: Boolean = false, onClickAction: ((Device) -> Unit)? = null]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." errorLine1="fun DeviceItem(" errorLine2=" ^"> @@ -6997,17 +7180,6 @@ column="27"/> - - - - diff --git a/app/src/main/kotlin/com/wire/android/ui/home/conversations/sendmessage/SendMessageViewModel.kt b/app/src/main/kotlin/com/wire/android/ui/home/conversations/sendmessage/SendMessageViewModel.kt index 60656a9ed52..ebd1fc22179 100644 --- a/app/src/main/kotlin/com/wire/android/ui/home/conversations/sendmessage/SendMessageViewModel.kt +++ b/app/src/main/kotlin/com/wire/android/ui/home/conversations/sendmessage/SendMessageViewModel.kt @@ -38,8 +38,11 @@ import com.wire.android.ui.home.conversations.usecase.HandleUriAssetUseCase import com.wire.android.ui.home.messagecomposer.model.ComposableMessageBundle import com.wire.android.ui.home.messagecomposer.model.MessageBundle import com.wire.android.ui.home.messagecomposer.model.Ping +<<<<<<< HEAD import com.wire.android.ui.navArgs import com.wire.android.ui.sharing.SendMessagesSnackbarMessages +======= +>>>>>>> a2d1a9b76 (fix: audio converting time - rc 4.7 [WPB-9705] (#3132)) import com.wire.android.util.SUPPORTED_AUDIO_MIME_TYPE import com.wire.android.util.ImageUtil import com.wire.android.util.dispatchers.DispatcherProvider