diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index f5fe5aa4b4..2c6f21819e 100644 --- a/app/lint-baseline.xml +++ b/app/lint-baseline.xml @@ -2,7351 +2,7351 @@ + id="MissingPermission" + message="Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with `checkPermission`) or explicitly handle a potential `SecurityException`" + errorLine1=" notificationManager.notify(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/notification/CallNotificationManager.kt" + line="134" + column="9"/> + id="MissingPermission" + message="Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with `checkPermission`) or explicitly handle a potential `SecurityException`" + errorLine1=" notificationManager.notify(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/notification/CallNotificationManager.kt" + line="149" + column="9"/> + id="MissingPermission" + message="Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with `checkPermission`) or explicitly handle a potential `SecurityException`" + errorLine1=" notificationManagerCompat.notify(notificationId, notification)" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/notification/MessageNotificationManager.kt" + line="149" + column="13"/> + id="MissingPermission" + message="Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with `checkPermission`) or explicitly handle a potential `SecurityException`" + errorLine1=" notificationManagerCompat.notify(notificationId, notification)" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/notification/MessageNotificationManager.kt" + line="162" + column="13"/> + id="MissingPermission" + message="Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with `checkPermission`) or explicitly handle a potential `SecurityException`" + errorLine1=" NotificationManagerCompat.from(context).notify(conversationNotificationId, notification)" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/notification/MessageNotificationManager.kt" + line="492" + column="13"/> + id="ComposeComposableModifier" + message="Using @Composable builder functions for modifiers is not recommended, as they cause unnecessary recompositions.You should use the Modifier.Node API instead, as it limits recomposition to just the modifier instance, rather than the whole function tree.See https://slackhq.github.io/compose-lints/rules/#avoid-modifier-extension-factory-functions for more information." + errorLine1="@Composable" + errorLine2="^"> + file="src/main/kotlin/com/wire/android/ui/common/AppExtensions.kt" + line="57" + column="1"/> + id="ComposeComposableModifier" + message="Using @Composable builder functions for modifiers is not recommended, as they cause unnecessary recompositions.You should use the Modifier.Node API instead, as it limits recomposition to just the modifier instance, rather than the whole function tree.See https://slackhq.github.io/compose-lints/rules/#avoid-modifier-extension-factory-functions for more information." + errorLine1="@Composable" + errorLine2="^"> + file="src/main/kotlin/com/wire/android/ui/common/AppExtensions.kt" + line="65" + column="1"/> + id="ComposeComposableModifier" + message="Using @Composable builder functions for modifiers is not recommended, as they cause unnecessary recompositions.You should use the Modifier.Node API instead, as it limits recomposition to just the modifier instance, rather than the whole function tree.See https://slackhq.github.io/compose-lints/rules/#avoid-modifier-extension-factory-functions for more information." + errorLine1="@Composable" + errorLine2="^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/item/MessageItemComponents.kt" + line="283" + column="1"/> + id="ComposeComposableModifier" + message="Using @Composable builder functions for modifiers is not recommended, as they cause unnecessary recompositions.You should use the Modifier.Node API instead, as it limits recomposition to just the modifier instance, rather than the whole function tree.See https://slackhq.github.io/compose-lints/rules/#avoid-modifier-extension-factory-functions for more information." + errorLine1="@OptIn(ExperimentalComposeUiApi::class)" + errorLine2="^"> + file="src/main/kotlin/com/wire/android/ui/common/textfield/WireTextFieldAutoFill.kt" + line="35" + column="1"/> + id="ComposeViewModelForwarding" + message="Forwarding a ViewModel through multiple @Composable functions should be avoided. Consider using state hoisting.See https://slackhq.github.io/compose-lints/rules/#hoist-all-the-things for more information." + errorLine1=" AvatarPickerContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/userprofile/avatarpicker/AvatarPicker.kt" + line="119" + column="5"/> + id="ComposeViewModelForwarding" + message="Forwarding a ViewModel through multiple @Composable functions should be avoided. Consider using state hoisting.See https://slackhq.github.io/compose-lints/rules/#hoist-all-the-things for more information." + errorLine1=" LoginContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/authentication/login/LoginScreen.kt" + line="99" + column="5"/> + id="ComposeViewModelForwarding" + message="Forwarding a ViewModel through multiple @Composable functions should be avoided. Consider using state hoisting.See https://slackhq.github.io/compose-lints/rules/#hoist-all-the-things for more information." + errorLine1=" OtherProfileScreenContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserProfileScreen.kt" + line="166" + column="5"/> + id="ComposeViewModelForwarding" + message="Forwarding a ViewModel through multiple @Composable functions should be avoided. Consider using state hoisting.See https://slackhq.github.io/compose-lints/rules/#hoist-all-the-things for more information." + errorLine1=" OtherProfileScreenContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserProfileScreen.kt" + line="166" + column="5"/> + id="RestrictedApi" + message="ListenableFutureKt.await can only be called from within the same library group (referenced groupId=`androidx.work` from groupId=`AndroidReloaded`)" + errorLine1=" val isAlreadyRunning = getWorkInfosForUniqueWork(MigrationWorker.NAME).await().let { it.firstOrNull()?.state == WorkInfo.State.RUNNING }" + errorLine2=" ~~~~~"> + file="src/main/kotlin/com/wire/android/workmanager/worker/MigrationWorker.kt" + line="113" + column="76"/> + id="RestrictedApi" + message="ListenableFutureKt.await can only be called from within the same library group (referenced groupId=`androidx.work` from groupId=`AndroidReloaded`)" + errorLine1=" getWorkInfosForUniqueWork(SingleUserMigrationWorker.NAME).await().let { it.firstOrNull()?.state == WorkInfo.State.RUNNING }" + errorLine2=" ~~~~~"> + file="src/main/kotlin/com/wire/android/workmanager/worker/SingleUserMigrationWorker.kt" + line="112" + column="67"/> + 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>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="468" + column="9"/> + 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">විනාඩියකට පෙර</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="470" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="475" + column="9"/> + 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>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="480" + column="9"/> + 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>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="480" + column="9"/> + 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>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="480" + column="9"/> + 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>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="480" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="480" + column="9"/> + 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>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="481" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="481" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="482" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="482" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 минуту назад</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="482" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="482" + column="9"/> + 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">You added 1 person to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="629" + column="9"/> + 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">ඔබ පුද්ගලයෙක් සංවාදයට එක් කළා</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="629" + column="9"/> + 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">You and 1 other person were added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="634" + column="9"/> + 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">ඔබව සහ තවත් පුද්ගලයෙක් සංවාදයට එක් කර ඇත</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="634" + column="9"/> + 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 person was added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="638" + column="9"/> + 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">පුද්ගලයෙක් සංවාදයට එක් කර ඇත</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="638" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You added 1 person to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="639" + column="9"/> + 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">You added 1 person to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="641" + column="9"/> + 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">You added 1 person to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="641" + column="9"/> + 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">You added 1 person to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="641" + column="9"/> + 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">You added 1 person to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="641" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You added 1 person to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="641" + column="9"/> + 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">You removed 1 person from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="642" + column="9"/> + 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">Você adicionou uma pessoa à conversa</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="642" + column="9"/> + 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">ඔබ පුද්ගලයෙක් සංවාදයෙන් ඉවත් කළා</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="642" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You and 1 other person were added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="645" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You added 1 person to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="645" + column="9"/> + 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">You and 1 other person were added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="646" + column="9"/> + 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">You and 1 other person were added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="646" + column="9"/> + 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 person was removed form the team</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="646" + column="9"/> + 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">You and 1 other person were added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="646" + column="9"/> + 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">You and 1 other person were added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="646" + column="9"/> + 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">යමෙක් කණ්ඩායමෙන් ඉවත් කර ඇත</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="646" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You and 1 other person were added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="646" + column="9"/> + 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">Você e uma outra pessoa foram adicionados à conversa</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="647" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 пользователя в беседу</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="648" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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">You added 1 person to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="649" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You added 1 person to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="649" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You added 1 person to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="649" + column="9"/> + 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 person was added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="650" + column="9"/> + 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 person was added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="650" + column="9"/> + 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 person was added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="650" + column="9"/> + 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 person was added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="650" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="650" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="650" + column="9"/> + 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">You and 1 other person were removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="651" + column="9"/> + 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">Uma pessoa foi adicionada à conversa</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="651" + column="9"/> + 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">ඔබව සහ තවත් පුද්ගලයෙක් සංවාදයෙන් ඉවත් කර ඇත</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="651" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You and 1 other person were added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="651" + column="9"/> + 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">You removed 1 person from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="654" + column="9"/> + 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">You removed 1 person from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="654" + column="9"/> + 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">You removed 1 person from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="654" + column="9"/> + 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">You removed 1 person from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="654" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You removed 1 person from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="654" + column="9"/> + 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 person was removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="655" + column="9"/> + 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">Você removeu uma pessoa da conversa</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="655" + column="9"/> + 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">පුද්ගලයෙක් සංවාදයෙන් ඉවත් කර ඇත</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="655" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You removed 1 person from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="655" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 пользователь были добавлены к беседе</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="655" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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">You and 1 other person were added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="656" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You and 1 other person were added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="656" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="656" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You and 1 other person were added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="656" + column="9"/> + 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 person was removed form the team</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="658" + column="9"/> + 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 person was removed form the team</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="658" + column="9"/> + 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 person was removed form the team</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="658" + column="9"/> + 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 person was removed form the team</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="658" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was removed form the team</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="658" + column="9"/> + 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 person was removed form the team</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="659" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was removed form the team</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="660" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 пользователь</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="661" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You removed 1 person from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="661" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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 person was added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="662" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="662" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was added to the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="662" + column="9"/> + 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">You and 1 other person were removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="663" + column="9"/> + 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">You and 1 other person were removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="663" + column="9"/> + 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">You and 1 other person were removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="663" + column="9"/> + 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">You and 1 other person were removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="663" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You and 1 other person were removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="663" + column="9"/> + 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">Você e uma outra pessoa foram removidos da conversa</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="664" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You and 1 other person were removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="666" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was removed form the team</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="666" + column="9"/> + 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 person was removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="667" + column="9"/> + 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 person was removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="667" + column="9"/> + 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 person was removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="667" + column="9"/> + 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 person was removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="667" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="667" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 пользователя</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="667" + column="9"/> + 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">Uma pessoa foi removida da conversa</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="668" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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">You removed 1 person from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="668" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You removed 1 person from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="668" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You removed 1 person from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="668" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="671" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You and 1 other person were removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="672" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 пользователь был удален из команды</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="673" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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 person was removed form the team</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="674" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was removed form the team</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="674" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was removed form the team</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="674" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="677" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 пользователь были удалены из беседы</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="680" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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">You and 1 other person were removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="681" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You and 1 other person were removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="681" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You and 1 other person were removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="681" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 пользователь был удален из беседы</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="686" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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 person was removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="687" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="687" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 person was removed from the conversation</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="687" + column="9"/> + 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">මගහැරුණු ඇමතුමක්</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="690" + column="9"/> + 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">ගිණුමක් සක්‍රියයි</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="1004" + column="9"/> + 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">one account active</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="1007" + column="9"/> + 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">ඔබට එක් ගිණුමකට පමණක් එකවර පිවිසීමට හැකිය. තව ගිණුමක් එකතු කිරීමට එකකින් නික්මෙන්න.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="1008" + column="9"/> + 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">You can only be logged in with one account at once. Log out from one to add another.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="1011" + column="9"/> + 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">one account active</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="1015" + column="9"/> + 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">one account active</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="1019" + column="9"/> + 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">one account active</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="1019" + column="9"/> + 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">one account active</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="1019" + column="9"/> + 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">one account active</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="1019" + column="9"/> + 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">You can only be logged in with one account at once. Log out from one to add another.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="1019" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">one account active</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="1019" + column="9"/> + 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">You can only be logged in with one account at once. Log out from one to add another.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="1023" + column="9"/> + 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">You can only be logged in with one account at once. Log out from one to add another.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="1023" + column="9"/> + 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">You can only be logged in with one account at once. Log out from one to add another.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="1023" + column="9"/> + 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">You can only be logged in with one account at once. Log out from one to add another.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="1023" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You can only be logged in with one account at once. Log out from one to add another.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="1023" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">one account active</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="1030" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You can only be logged in with one account at once. Log out from one to add another.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="1035" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">one account active</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="1037" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You can only be logged in with one account at once. Log out from one to add another.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="1042" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">активен один аккаунт</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="1053" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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">one account active</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="1055" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">one account active</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="1055" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">one account active</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="1055" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">Одновременно можно авторизоваться только в одном аккаунте. Выйдите, чтобы добавить другой.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="1059" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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">You can only be logged in with one account at once. Log out from one to add another.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="1061" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You can only be logged in with one account at once. Log out from one to add another.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="1061" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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">You can only be logged in with one account at once. Log out from one to add another.</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="1061" + column="9"/> + 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">සතියක් ඉතිරිය</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="1207" + column="9"/> + 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 week left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="1210" + column="9"/> + 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">දවසක් ඉතිරිය</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="1211" + column="9"/> + 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 day left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="1214" + column="9"/> + 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">පැයක් ඉතිරිය</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="1215" + column="9"/> + 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 hour left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="1218" + column="9"/> + 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">විනාඩියක් ඉතිරිය</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="1219" + column="9"/> + 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 week left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="1221" + column="9"/> + 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 week left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="1222" + column="9"/> + 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 week left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="1222" + column="9"/> + 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 left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="1222" + column="9"/> + 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 week left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="1222" + column="9"/> + 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 week left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="1222" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 week left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="1222" + column="9"/> + 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">තත්පරයක් ඉතිරිය</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="1223" + column="9"/> + 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 day left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="1225" + column="9"/> + 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 day left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="1226" + column="9"/> + 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 day left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="1226" + column="9"/> + 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 second left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="1226" + column="9"/> + 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 day left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="1226" + column="9"/> + 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 day left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="1226" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 day left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="1226" + column="9"/> + 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="1227" + column="9"/> + 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 hour left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="1229" + column="9"/> + 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 hour left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="1230" + column="9"/> + 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 hour left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="1230" + column="9"/> + 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 week</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="1230" + column="9"/> + 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 hour left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="1230" + column="9"/> + 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 hour left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="1230" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 hour left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="1230" + column="9"/> + 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="1231" + column="9"/> + 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 left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="1233" + column="9"/> + 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 left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="1234" + column="9"/> + 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 left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="1234" + column="9"/> + 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 day</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="1234" + column="9"/> + 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 left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="1234" + column="9"/> + 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 left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="1234" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="1234" + column="9"/> + 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="1235" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 week left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="1235" + column="9"/> + 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 second left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="1237" + column="9"/> + 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 second left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="1238" + column="9"/> + 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 second left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="1238" + column="9"/> + 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 hour</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="1238" + column="9"/> + 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 second left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="1238" + column="9"/> + 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 second left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="1238" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 second left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="1238" + column="9"/> + 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="1239" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 day left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="1240" + column="9"/> + 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 week</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="1241" + column="9"/> + 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 week</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="1242" + column="9"/> + 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 week</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="1242" + column="9"/> + 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="1242" + column="9"/> + 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 week</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="1242" + column="9"/> + 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 week</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="1242" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 week</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="1242" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 week left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="1242" + column="9"/> + 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-si/strings.xml" + line="1243" + column="9"/> + 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 day</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="1245" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 hour left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="1245" + column="9"/> + 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 day</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="1246" + column="9"/> + 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 day</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="1246" + column="9"/> + 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 second</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fr/strings.xml" + line="1246" + column="9"/> + 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 day</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="1246" + column="9"/> + 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 day</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="1246" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 day</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="1246" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 day left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="1247" + column="9"/> + 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 hour</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="1249" + column="9"/> + 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 hour</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="1250" + column="9"/> + 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 hour</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="1250" + column="9"/> + 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 hour</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="1250" + column="9"/> + 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 hour</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="1250" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="1250" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 hour</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="1250" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 hour left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="1252" + column="9"/> + 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="1253" + column="9"/> + 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="1254" + column="9"/> + 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="1254" + column="9"/> + 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="1254" + column="9"/> + 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="1254" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="1254" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 second left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="1255" + column="9"/> + 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 second</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pt/strings.xml" + line="1257" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="1257" + column="9"/> + 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 second</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-bn/strings.xml" + line="1258" + column="9"/> + 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 second</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-fa/strings.xml" + line="1258" + column="9"/> + 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 second</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hi/strings.xml" + line="1258" + column="9"/> + 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 second</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-pa/strings.xml" + line="1258" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 second</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-mk/strings.xml" + line="1258" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 week</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="1260" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 неделя</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="1261" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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 week left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="1262" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 week left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="1262" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 second left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="1262" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 week left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="1262" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 day</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="1265" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 день</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="1267" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 week</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="1267" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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 day left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="1268" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 day left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="1268" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 day left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="1268" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 hour</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="1270" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 day</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="1272" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 час</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="1273" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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 hour left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="1274" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 hour left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="1274" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 hour left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="1274" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="1275" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 hour</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="1277" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 минута</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="1279" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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 left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="1280" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 second</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-hr/strings.xml" + line="1280" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="1280" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="1280" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="1282" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 секунда</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="1285" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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 second left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="1286" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 second left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="1286" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 second left</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="1286" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 second</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sr/strings.xml" + line="1287" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 неделя</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="1291" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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 week</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="1292" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 week</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="1292" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 week</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="1292" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 день</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="1297" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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 day</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="1298" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 day</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="1298" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 day</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="1298" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 час</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="1303" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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 hour</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="1304" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 hour</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="1304" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 hour</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="1304" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 минуту</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="1309" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="1310" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="1310" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="1310" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 секунда</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-ru/strings.xml" + line="1315" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), 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 second</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-sl/strings.xml" + line="1316" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 second</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-lt/strings.xml" + line="1316" + column="9"/> + id="ImpliedQuantity" + message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), 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 second</item>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/res/values-uk/strings.xml" + line="1316" + column="9"/> + id="ComposeContentEmitterReturningValues" + message="Composable functions should either emit content into the composition or return a value, but not both.If a composable should offer additional control surfaces to its caller, those control surfaces or callbacks should be provided as parameters to the composable function by the caller.See https://slackhq.github.io/compose-lints/rules/#do-not-emit-content-and-return-a-result for more information." + errorLine1="@Composable" + errorLine2="^"> + file="src/main/kotlin/com/wire/android/ui/authentication/create/email/CreateAccountEmailScreen.kt" + line="259" + column="1"/> + id="ComposeContentEmitterReturningValues" + message="Composable functions should either emit content into the composition or return a value, but not both.If a composable should offer additional control surfaces to its caller, those control surfaces or callbacks should be provided as parameters to the composable function by the caller.See https://slackhq.github.io/compose-lints/rules/#do-not-emit-content-and-return-a-result for more information." + errorLine1="@Composable" + errorLine2="^"> + file="src/main/kotlin/com/wire/android/ui/common/dialogs/CustomServerDialog.kt" + line="147" + column="1"/> + id="ComposeContentEmitterReturningValues" + message="Composable functions should either emit content into the composition or return a value, but not both.If a composable should offer additional control surfaces to its caller, those control surfaces or callbacks should be provided as parameters to the composable function by the caller.See https://slackhq.github.io/compose-lints/rules/#do-not-emit-content-and-return-a-result for more information." + errorLine1="@Composable" + errorLine2="^"> + file="src/main/kotlin/com/wire/android/ui/authentication/devices/DeviceItem.kt" + line="158" + column="1"/> + id="ComposeContentEmitterReturningValues" + message="Composable functions should either emit content into the composition or return a value, but not both.If a composable should offer additional control surfaces to its caller, those control surfaces or callbacks should be provided as parameters to the composable function by the caller.See https://slackhq.github.io/compose-lints/rules/#do-not-emit-content-and-return-a-result for more information." + errorLine1="// flexible composable to adapt when [MessageComposerTextInput] is expanded or collapsed" + errorLine2="^"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/MessageComposerInput.kt" + line="191" + column="1"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ConversationListEmptyStateScreen() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversationslist/all/AllConversationScreen.kt" + line="123" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun AppSettingsScreen() {" + errorLine2=" ~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/appsettings/AppSettingsScreen.kt" + line="41" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun AppearanceScreenContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/appearance/AppearanceScreen.kt" + line="75" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ThemeOptionItem(" + errorLine2=" ~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/appearance/AppearanceScreen.kt" + line="126" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ArchivedConversationsEmptyStateScreen() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/archive/ArchiveScreen.kt" + line="70" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun UploadInProgressAssetMessage() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/messagetypes/asset/AssetMessageTypes.kt" + line="158" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun RestrictedAssetMessage(assetTypeIcon: Int, restrictedAssetMessage: String) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/messagetypes/asset/AssetMessageTypes.kt" + line="181" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun RestrictedGenericFileMessage(fileName: String, fileSize: Long) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/messagetypes/asset/AssetMessageTypes.kt" + line="216" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun AttachmentOptionsComponent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/AttachmentOptions.kt" + line="63" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun AudioMessage(" + errorLine2=" ~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/messagetypes/audio/AudioMessageType.kt" + line="66" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun RecordedAudioMessage(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/messagetypes/audio/AudioMessageType.kt" + line="104" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun WireBottomNavigationBar(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/BottomNavigation.kt" + line="53" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun BulletHoleImagePreview(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/imagepreview/BulletHoleImagePreview.kt" + line="64" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun CreateGuestLinkButton(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/editguestaccess/Buttons.kt" + line="35" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun CopyLinkButton(" + errorLine2=" ~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/editguestaccess/Buttons.kt" + line="55" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ShareLinkButton(" + errorLine2=" ~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/editguestaccess/Buttons.kt" + line="71" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun RevokeLinkButton(" + errorLine2=" ~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/editguestaccess/Buttons.kt" + line="88" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun CallOptionsControls(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/controlbuttons/CallOptionsControls.kt" + line="41" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun CallVideoPreview(" + errorLine2=" ~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/common/CallVideoPreview.kt" + line="32" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun CallerDetails(" + errorLine2=" ~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/common/CallerDetails.kt" + line="58" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun GroupCallGrid(" + errorLine2=" ~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/ongoing/participantsview/gridview/CallingGridView.kt" + line="50" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun CallingHorizontalView(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/ongoing/participantsview/horizentalview/CallingHorizontalView.kt" + line="49" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ChangeDisplayNameContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/account/displayname/ChangeDisplayNameScreen.kt" + line="98" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ChangeEmailContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/account/email/updateEmail/ChangeEmailScreen.kt" + line="91" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ChangeHandleContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/account/handle/ChangeHandleScreen.kt" + line="81" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun CollapsingTopBarScaffold(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/CollapsingTopBarScaffold.kt" + line="67" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun CommonTopAppBar(" + errorLine2=" ~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/topappbar/CommonTopAppBar.kt" + line="56" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun StatusLabel(message: String, color: Color = MaterialTheme.wireColorScheme.onPrimary) {" + errorLine2=" ~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/topappbar/CommonTopAppBar.kt" + line="223" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ConnectionActionButton(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/connection/ConnectionActionButton.kt" + line="60" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ConnectionLabel(connectionInfo: UILastMessageContent.Connection) {" + errorLine2=" ~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversationslist/common/ConnectionLabel.kt" + line="34" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ConversationBanner(bannerMessage: UIText?) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/banner/ConversationBanner.kt" + line="35" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ConversationParticipantItem(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/participants/ConversationParticipantItem.kt" + line="59" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun DebugDataOptionsContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/debug/DebugDataOptions.kt" + line="84" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun DependenciesItem(dependencies: ImmutableMap<String, String?>) {" + errorLine2=" ~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/debug/DebugDataOptions.kt" + line="434" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun DropDownMentionsSuggestions(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/DropDownMentionsSuggestions.kt" + line="45" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun E2EISuccessDialog(" + errorLine2=" ~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/E2EIDialogs.kt" + line="148" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun E2eiCertificateDetailsContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/settings/devices/e2ei/E2eiCertificateDetailsScreen.kt" + line="124" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun EditGuestAccessScreen(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/editguestaccess/EditGuestAccessScreen.kt" + line="73" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun EditSelfDeletingMessagesScreen(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/editselfdeletingmessages/EditSelfDeletingMessagesScreen.kt" + line="65" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SelectableSelfDeletingItem(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/editselfdeletingmessages/EditSelfDeletingMessagesScreen.kt" + line="136" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun EmptyMediaContentScreen(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/media/EmptyMediaContentScreen.kt" + line="41" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun EmptySearchQueryScreen() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/search/EmptySearchQueryScreen.kt" + line="49" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun EnabledMessageComposer(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/EnabledMessageComposer.kt" + line="70" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun EndToEndIdentityCertificateItem(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/settings/devices/EndToEndIdentityCertificateItem.kt" + line="48" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun FullScreenTile(" + errorLine2=" ~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/ongoing/fullscreen/FullScreenTile.kt" + line="50" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun GetE2eiCertificateButton(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/settings/devices/button/GetE2eiCertificateButton.kt" + line="32" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun GroupConversationAvatar(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversationslist/common/GroupConversationAvatar.kt" + line="35" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun GroupConversationParticipants(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/participants/GroupConversationParticipants.kt" + line="55" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun GuestLinkActionButtons(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/editguestaccess/GuestLinkActionButtons.kt" + line="26" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun HighlightSubtitle(" + errorLine2=" ~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/search/HighLightSubtTitle.kt" + line="34" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun HomeDrawer(" + errorLine2=" ~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/drawer/HomeDrawer.kt" + line="57" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun DrawerItem(destination: HomeDestination, selected: Boolean, unreadCount: Int = 0, onItemClick: () -> Unit) {" + errorLine2=" ~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/drawer/HomeDrawer.kt" + line="114" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun HomeContent(" + errorLine2=" ~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/HomeScreen.kt" + line="197" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun NotificationsOptionsItemAction(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/bottomsheet/conversation/HomeSheetContent.kt" + line="280" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1=" fun x2() {" + errorLine2=" ~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="30" + column="9"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1=" fun x4() {" + errorLine2=" ~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="35" + column="9"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1=" fun x8() {" + errorLine2=" ~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="40" + column="9"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1=" fun x12() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="45" + column="9"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1=" fun x16() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="50" + column="9"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1=" fun x24() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="55" + column="9"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1=" fun x32() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="60" + column="9"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1=" fun x48() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="65" + column="9"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ImageMessageInProgress(width: Dp, height: Dp, isDownloading: Boolean, showText: Boolean = true) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/messagetypes/image/ImageMessageTypes.kt" + line="122" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ImageMessageFailed(width: Dp, height: Dp, isDownloadFailure: Boolean) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/messagetypes/image/ImageMessageTypes.kt" + line="154" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun JoinButton(" + errorLine2=" ~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/controlbuttons/JoinButton.kt" + line="43" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun Label(" + errorLine2=" ~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/textfield/Label.kt" + line="39" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun LegalHoldDeactivatedDialog(dialogDismissed: () -> Unit) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/legalhold/dialog/deactivated/LegalHoldDeactivatedDialog.kt" + line="35" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun LegalHoldStatusBar(" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/legalhold/banner/LegalHoldStatusBar.kt" + line="48" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun LegalHoldSubjectBaseDialog(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/legalhold/dialog/subject/LegalHoldSubjectBaseDialog.kt" + line="35" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun LegalHoldSubjectConnectionFailedDialog(dialogDismissed: () -> Unit) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/legalhold/dialog/connectionfailed/LegalHoldSubjectConnectionFailedDialog.kt" + line="35" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun LibraryItem(" + errorLine2=" ~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/about/licenses/LicensesItem.kt" + line="82" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun LicensesContent(" + errorLine2=" ~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/about/licenses/LicensesScreen.kt" + line="62" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun LocationMessageContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/messagetypes/location/LocationMessageType.kt" + line="56" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun LocationPickerComponent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/location/LocationPickerComponent.kt" + line="75" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun LogOptions(" + errorLine2=" ~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/debug/LogOptions.kt" + line="49" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun LogoutOptionsDialog(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/userprofile/self/dialog/LogoutOptionsDialog.kt" + line="42" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MarkdownBlockQuote(blockQuote: MarkdownNode.Block.BlockQuote, nodeData: NodeData) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/markdown/MarkdownBlockQuote.kt" + line="35" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MarkdownIndentedCodeBlock(indentedCodeBlock: MarkdownNode.Block.IntendedCode, nodeData: NodeData) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/markdown/MarkdownCodeBlock.kt" + line="34" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MarkdownFencedCodeBlock(fencedCodeBlock: MarkdownNode.Block.FencedCode, nodeData: NodeData) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/markdown/MarkdownCodeBlock.kt" + line="48" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MarkdownNodeBlockChildren(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/markdown/MarkdownComposer.kt" + line="61" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MarkdownHeading(heading: MarkdownNode.Block.Heading, nodeData: NodeData) {" + errorLine2=" ~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/markdown/MarkdownHeading.kt" + line="30" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MarkdownBulletList(bulletList: MarkdownNode.Block.ListBlock.Bullet, nodeData: NodeData) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/markdown/MarkdownList.kt" + line="32" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MarkdownOrderedList(orderedList: MarkdownNode.Block.ListBlock.Ordered, nodeData: NodeData) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/markdown/MarkdownList.kt" + line="57" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MarkdownParagraph(" + errorLine2=" ~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/markdown/MarkdownParagraph.kt" + line="30" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MarkdownTable(tableBlock: MarkdownNode.Block.Table, nodeData: NodeData, onMentionsUpdate: (List<DisplayMention>) -> Unit) {" + errorLine2=" ~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/markdown/MarkdownTable.kt" + line="37" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MediaGalleryScreen(" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/gallery/MediaGalleryScreen.kt" + line="59" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MediaGalleryContent(navigator: Navigator, viewModel: MediaGalleryViewModel, mediaGalleryScreenState: MediaGalleryScreenState) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/gallery/MediaGalleryScreen.kt" + line="161" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SelfDeletingActions(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/MessageActions.kt" + line="64" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun EditingActions(" + errorLine2=" ~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/MessageComposeActions.kt" + line="135" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun CollapseButton(" + errorLine2=" ~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/MessageComposerInput.kt" + line="340" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MessageContainerItem(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/item/MessageContainerItem.kt" + line="52" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MessageDetailsReactions(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messagedetails/MessageDetailsReactions.kt" + line="35" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MessageDetailsReadReceipts(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messagedetails/MessageDetailsReadReceipts.kt" + line="35" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MessageButtonsContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/MessageTypes.kt" + line="126" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MessageImage(" + errorLine2=" ~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/MessageTypes.kt" + line="169" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MediaAssetImage(" + errorLine2=" ~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/MessageTypes.kt" + line="225" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MutedConversationBadge() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversationslist/common/MutedConversationBadge.kt" + line="45" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun MyAccountContent(" + errorLine2=" ~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/account/MyAccountScreen.kt" + line="175" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun NavigationIconButton(iconType: NavigationIconType, onClick: () -> Unit) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/topappbar/NavigationIconButton.kt" + line="35" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun NetworkSettingsScreenContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/appsettings/networkSettings/NetworkSettingsScreen.kt" + line="59" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun OtherUserConnectionStatusInfo(connectionStatus: ConnectionState, membership: Membership) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserConnectionStatusInfo.kt" + line="43" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun OtherUserConnectionUnverifiedWarning(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserConnectionUnverifiedWarning.kt" + line="42" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun OtherUserProfileDetails(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserProfileDetails.kt" + line="42" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun OtherUserProfileGroup(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserProfileGroup.kt" + line="56" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun VerticalCallingPager(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/ongoing/participantsview/ParticipantsTiles.kt" + line="58" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun PasswordProtectedLinkBanner() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/editguestaccess/PasswordProtectedLinkBanner.kt" + line="44" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun QuotedMessagePreview(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="168" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ReactionOption(" + errorLine2=" ~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/edit/ReactionOption.kt" + line="61" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun RecordAudioComponent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/recordaudio/RecordAudioComponent.kt" + line="47" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun RegularMessageItem(" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/item/RegularMessageItem.kt" + line="118" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun EphemeralMessageExpiredLabel(isSelfMessage: Boolean, conversationDetailsData: ConversationDetailsData) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/item/RegularMessageItem.kt" + line="406" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun RemoveDeviceTopBar(elevation: Dp, onBackButtonClicked: () -> Unit) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/devices/remove/RemoveDeviceTopBar.kt" + line="38" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ResendCodeText(onResendCodePressed: () -> Unit, clickEnabled: Boolean) {" + errorLine2=" ~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/verificationcode/ResendCodeText.kt" + line="37" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SelectableMenuBottomSheetItem(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/bottomsheet/RichMenuBottomSheetItem.kt" + line="48" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun RichTextOptions(" + errorLine2=" ~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/RichTextOptions.kt" + line="41" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SearchAllPeopleScreen(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/search/SearchAllPeopleScreen.kt" + line="61" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SearchAndMediaRow(" + errorLine2=" ~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/SearchAndMediaRow.kt" + line="30" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SearchConversationMessagesEmptyScreen() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/search/messages/SearchConversationMessagesEmptyScreen.kt" + line="47" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SearchConversationMessagesNoResultsScreen() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/search/messages/SearchConversationMessagesNoResultsScreen.kt" + line="42" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SearchConversationMessagesResultsScreen(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/search/messages/SearchConversationMessagesResultsScreen.kt" + line="39" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SearchConversationMessagesScreen(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/search/messages/SearchConversationMessagesScreen.kt" + line="49" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SearchConversationScreen(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversationslist/search/SearchConversationScreen.kt" + line="51" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SearchFailureBox(@StringRes failureMessage: Int) {" + errorLine2=" ~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/search/widget/SearchFailureWidget.kt" + line="37" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SearchUsersAndServicesScreen(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/search/SearchPeopleRouter.kt" + line="72" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SendContentButton(" + errorLine2=" ~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/newconversation/common/SelectParticipantsButtonsRow.kt" + line="95" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SelfDevicesScreenContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/settings/devices/SelfDevicesScreen.kt" + line="67" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SettingUpWireScreenContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/SettingUpWireScreenContent.kt" + line="55" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SettingsItem(" + errorLine2=" ~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/SettingsItem.kt" + line="60" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SettingsOptionSwitch(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/SettingsOptionSwitch.kt" + line="33" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SettingsScreenContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/SettingsScreen.kt" + line="81" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ShakeAnimation(offset: Dp = dimensions().spacing12x, duration: Int = 160, animateContent: @Composable (() -> Unit) -> Unit) {" + errorLine2=" ~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/ShakeAnimation.kt" + line="33" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ShowE2eiCertificateButton(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/settings/devices/button/ShowE2eiCertificateButton.kt" + line="35" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun StartCallButton(" + errorLine2=" ~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/controlbuttons/StartCallButton.kt" + line="42" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun SystemMessageItem(" + errorLine2=" ~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/item/SystemMessageItem.kt" + line="63" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun UnderConstructionScreen(screenName: String) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/UnderConstructionScreen.kt" + line="44" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun UpdateE2eiCertificateButton(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/settings/devices/button/UpdateE2eiCertificateButton.kt" + line="32" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun UserBadge(" + errorLine2=" ~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/UserBadge.kt" + line="46" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun UsernameTextField(" + errorLine2=" ~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/create/common/handle/UsernameTextField.kt" + line="43" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun UsersTypingIndicator(usersTyping: List<UIParticipant>) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/UsersTypingIndicator.kt" + line="85" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun VerificationCode(" + errorLine2=" ~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/verificationcode/VerificationCode.kt" + line="44" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun RowScope.ConversationVerificationIcons(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/VerifiedIcons.kt" + line="35" + column="14"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun RowScope.MLSVerificationIcon(mlsVerificationStatus: CertificateStatus?) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/VerifiedIcons.kt" + line="71" + column="14"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun VerifyEmailContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/account/email/verifyEmail/VerifyEmailScreen.kt" + line="72" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1=" fun x4() {" + errorLine2=" ~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/VerticalSpace.kt" + line="30" + column="9"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1=" fun x8() {" + errorLine2=" ~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/VerticalSpace.kt" + line="35" + column="9"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1=" fun x16() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/VerticalSpace.kt" + line="40" + column="9"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1=" fun x24() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/VerticalSpace.kt" + line="45" + column="9"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1=" fun x32() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/VerticalSpace.kt" + line="50" + column="9"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun WhatsNewItem(" + errorLine2=" ~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/whatsnew/WhatsNewItem.kt" + line="48" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun WhatsNewScreenContent(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/whatsnew/WhatsNewScreen.kt" + line="66" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun WireTopAppBarTitle(" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/topappbar/WireCenterAlignedTopAppBar.kt" + line="106" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun WireCheckIcon() {" + errorLine2=" ~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/WireCheckIcon.kt" + line="33" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun WireRadioButton(" + errorLine2=" ~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/WireRadioButton.kt" + line="26" + column="5"/> + id="ComposeModifierMissing" + message="This @Composable function emits content but doesn't have a modifier parameter.See https://slackhq.github.io/compose-lints/rules/#when-should-i-expose-modifier-parameters for more information." + errorLine1="fun ZoomableImage(imageAsset: ImageAsset.Remote, contentDescription: String) {" + errorLine2=" ~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/gallery/ZoomableImage.kt" + line="38" + column="5"/> + id="ComposeModifierReused" + message="Modifiers should only be used once and by the root level layout of a Composable. This is true even if appended to or with other modifiers e.g. modifier.fillMaxWidth().Use Modifier (with a capital 'M') to construct a new Modifier that you can pass to other composables.See https://slackhq.github.io/compose-lints/rules/#dont-re-use-modifiers for more information." + errorLine1=" QuotedMessageContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="501" + column="5"/> + id="ComposeModifierReused" + message="Modifiers should only be used once and by the root level layout of a Composable. This is true even if appended to or with other modifiers e.g. modifier.fillMaxWidth().Use Modifier (with a capital 'M') to construct a new Modifier that you can pass to other composables.See https://slackhq.github.io/compose-lints/rules/#dont-re-use-modifiers for more information." + errorLine1=" Icon(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="512" + column="13"/> + id="ComposeModifierReused" + message="Modifiers should only be used once and by the root level layout of a Composable. This is true even if appended to or with other modifiers e.g. modifier.fillMaxWidth().Use Modifier (with a capital 'M') to construct a new Modifier that you can pass to other composables.See https://slackhq.github.io/compose-lints/rules/#dont-re-use-modifiers for more information." + errorLine1=" QuotedMessageContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="575" + column="5"/> + id="ComposeModifierReused" + message="Modifiers should only be used once and by the root level layout of a Composable. This is true even if appended to or with other modifiers e.g. modifier.fillMaxWidth().Use Modifier (with a capital 'M') to construct a new Modifier that you can pass to other composables.See https://slackhq.github.io/compose-lints/rules/#dont-re-use-modifiers for more information." + errorLine1=" Icon(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="583" + column="13"/> + id="ComposeModifierReused" + message="Modifiers should only be used once and by the root level layout of a Composable. This is true even if appended to or with other modifiers e.g. modifier.fillMaxWidth().Use Modifier (with a capital 'M') to construct a new Modifier that you can pass to other composables.See https://slackhq.github.io/compose-lints/rules/#dont-re-use-modifiers for more information." + errorLine1=" QuotedMessageContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="605" + column="5"/> + id="ComposeModifierReused" + message="Modifiers should only be used once and by the root level layout of a Composable. This is true even if appended to or with other modifiers e.g. modifier.fillMaxWidth().Use Modifier (with a capital 'M') to construct a new Modifier that you can pass to other composables.See https://slackhq.github.io/compose-lints/rules/#dont-re-use-modifiers for more information." + errorLine1=" Icon(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="611" + column="13"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/AdditionalOptions.kt" + line="108" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1="fun Modifier.selectableBackground(isSelected: Boolean, onClick: () -> Unit): Modifier =" + errorLine2=" ~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/AppExtensions.kt" + line="58" + column="35"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" visible: Boolean," + errorLine2=" ~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/AppExtensions.kt" + line="67" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1="private fun OverviewTexts(overviewParams: CreateAccountOverviewParams, modifier: Modifier, onLearnMoreClick: () -> Unit) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/create/overview/CreatePersonalAccountOverviewScreen.kt" + line="170" + column="72"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/ongoing/fullscreen/DoubleTapToast.kt" + line="49" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/login/email/LoginEmailScreen.kt" + line="227" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1="private fun PasswordInput(modifier: Modifier, passwordState: TextFieldState) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/login/email/LoginEmailScreen.kt" + line="249" + column="27"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1="private fun ForgotPasswordLabel(modifier: Modifier, forgotPasswordUrl: String) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/login/email/LoginEmailScreen.kt" + line="262" + column="33"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1="private fun LoginButton(modifier: Modifier, loading: Boolean, enabled: Boolean, onClick: () -> Unit) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/login/email/LoginEmailScreen.kt" + line="290" + column="25"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/login/sso/LoginSSOScreen.kt" + line="155" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1="private fun LoginButton(modifier: Modifier, loading: Boolean, enabled: Boolean, onClick: () -> Unit) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/login/sso/LoginSSOScreen.kt" + line="169" + column="25"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/MembersMentionList.kt" + line="39" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/MessageComposerInput.kt" + line="208" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messagedetails/MessageDetailsEmptyScreenText.kt" + line="48" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" defaultBackgroundColor: Color," + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/item/MessageItemComponents.kt" + line="285" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/ongoing/participantsview/ParticipantTile.kt" + line="85" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/ongoing/participantsview/ParticipantTile.kt" + line="309" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/ongoing/participantsview/ParticipantTile.kt" + line="327" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/ongoing/participantsview/ParticipantTile.kt" + line="392" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/login/email/ProxyScreen.kt" + line="110" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/login/email/ProxyScreen.kt" + line="126" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="381" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="496" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="572" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="602" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/recordaudio/RecordAudioButtons.kt" + line="71" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/recordaudio/RecordAudioButtons.kt" + line="89" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/recordaudio/RecordAudioButtons.kt" + line="108" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/recordaudio/RecordAudioButtons.kt" + line="157" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/recordaudio/RecordAudioButtons.kt" + line="191" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/RichTextOptions.kt" + line="77" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/RichTextOptions.kt" + line="98" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/RichTextOptions.kt" + line="118" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/userprofile/service/ServiceDetailsNotFoundScreen.kt" + line="46" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1="private fun ManageMemberButton(modifier: Modifier, onEditClick: () -> Unit) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/userprofile/common/UserProfileInfo.kt" + line="235" + column="32"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1="private fun TeamInformation(modifier: Modifier, teamName: String) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/userprofile/common/UserProfileInfo.kt" + line="244" + column="29"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1="private fun AvailableDot(modifier: Modifier) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/UserStatusIndicator.kt" + line="44" + column="26"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1="private fun BusyDot(modifier: Modifier) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/UserStatusIndicator.kt" + line="55" + column="21"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1="private fun AwayDot(modifier: Modifier) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/UserStatusIndicator.kt" + line="73" + column="21"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1="private fun WelcomeFooter(modifier: Modifier, onPrivateAccountClick: () -> Unit) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/authentication/welcome/WelcomeScreen.kt" + line="340" + column="27"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1=" modifier: Modifier," + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/WireDropDown.kt" + line="78" + column="5"/> + id="ComposeModifierWithoutDefault" + message="This @Composable function has a modifier parameter but it doesn't have a default value.See https://slackhq.github.io/compose-lints/rules/#modifiers-should-have-default-parameters for more information." + errorLine1="internal fun Modifier.autoFill(type: WireAutoFillType, onFill: ((String) -> Unit)) = this.let { modifier ->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/textfield/WireTextFieldAutoFill.kt" + line="38" + column="32"/> + id="ComposeMultipleContentEmitters" + message="Composable functions should only be emitting content into the composition from one source at their top level. See https://slackhq.github.io/compose-lints/rules/#do-not-emit-multiple-pieces-of-content for more information." + errorLine1="@Composable" + errorLine2="^"> + file="src/main/kotlin/com/wire/android/ui/authentication/create/email/CreateAccountEmailScreen.kt" + line="259" + column="1"/> + id="ComposeMultipleContentEmitters" + message="Composable functions should only be emitting content into the composition from one source at their top level. See https://slackhq.github.io/compose-lints/rules/#do-not-emit-multiple-pieces-of-content for more information." + errorLine1="@Composable" + errorLine2="^"> + file="src/main/kotlin/com/wire/android/ui/common/dialogs/CustomServerDialog.kt" + line="147" + column="1"/> + id="ComposeMultipleContentEmitters" + message="Composable functions should only be emitting content into the composition from one source at their top level. See https://slackhq.github.io/compose-lints/rules/#do-not-emit-multiple-pieces-of-content for more information." + errorLine1="@Composable" + errorLine2="^"> + file="src/main/kotlin/com/wire/android/ui/authentication/devices/DeviceItem.kt" + line="158" + column="1"/> + id="ComposeMultipleContentEmitters" + message="Composable functions should only be emitting content into the composition from one source at their top level. See https://slackhq.github.io/compose-lints/rules/#do-not-emit-multiple-pieces-of-content for more information." + errorLine1="// flexible composable to adapt when [MessageComposerTextInput] is expanded or collapsed" + errorLine2="^"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/MessageComposerInput.kt" + line="191" + column="1"/> + id="ComposeMutableParameters" + message="Using mutable objects as state in Compose will cause your users to see incorrect or stale data in your app.Mutable objects that are not observable, such as ArrayList<T> or a mutable data class, cannot be observed by Compose to trigger recomposition when they change.See https://slackhq.github.io/compose-lints/rules/#do-not-use-inherently-mutable-types-as-parameters for more information." + errorLine1=" messageComposerViewState: MutableState<MessageComposerViewState>," + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/state/MessageComposerStateHolder.kt" + line="38" + column="31"/> + id="ComposeMutableParameters" + message="Using mutable objects as state in Compose will cause your users to see incorrect or stale data in your app.Mutable objects that are not observable, such as ArrayList<T> or a mutable data class, cannot be observed by Compose to trigger recomposition when they change.See https://slackhq.github.io/compose-lints/rules/#do-not-use-inherently-mutable-types-as-parameters for more information." + errorLine1=" messageComposition: MutableState<MessageComposition>," + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/state/MessageComposerStateHolder.kt" + line="40" + column="25"/> + id="ComposeNamingLowercase" + message="Composable functions that return a value should start with a lowercase letter.While useful and accepted outside of @Composable functions, this factory function convention has drawbacks that set inappropriate expectations for callers when used with @Composable functions.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun AssetEditMenuItems(" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/edit/AssetEditMenuItems.kt" + line="29" + column="5"/> + id="ComposeNamingLowercase" + message="Composable functions that return a value should start with a lowercase letter.While useful and accepted outside of @Composable functions, this factory function convention has drawbacks that set inappropriate expectations for callers when used with @Composable functions.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun FileBrowserFlow(" + errorLine2=" ~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/AttachmentOptions.kt" + line="159" + column="5"/> + id="ComposeNamingLowercase" + message="Composable functions that return a value should start with a lowercase letter.While useful and accepted outside of @Composable functions, this factory function convention has drawbacks that set inappropriate expectations for callers when used with @Composable functions.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun MultipleFileBrowserFlow(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/AttachmentOptions.kt" + line="174" + column="5"/> + id="ComposeNamingLowercase" + message="Composable functions that return a value should start with a lowercase letter.While useful and accepted outside of @Composable functions, this factory function convention has drawbacks that set inappropriate expectations for callers when used with @Composable functions.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="private fun MultipleGalleryFlow(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/AttachmentOptions.kt" + line="191" + column="13"/> + id="ComposeNamingLowercase" + message="Composable functions that return a value should start with a lowercase letter.While useful and accepted outside of @Composable functions, this factory function convention has drawbacks that set inappropriate expectations for callers when used with @Composable functions.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="private fun TakePictureFlow(" + errorLine2=" ~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/AttachmentOptions.kt" + line="208" + column="13"/> + id="ComposeNamingLowercase" + message="Composable functions that return a value should start with a lowercase letter.While useful and accepted outside of @Composable functions, this factory function convention has drawbacks that set inappropriate expectations for callers when used with @Composable functions.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun BottomNavigationBarHeight(): Dp {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/bottombar/BottomNavigationBarHeight.kt" + line="29" + column="5"/> + id="ComposeNamingLowercase" + message="Composable functions that return a value should start with a lowercase letter.While useful and accepted outside of @Composable functions, this factory function convention has drawbacks that set inappropriate expectations for callers when used with @Composable functions.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun EditMessageMenuItems(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/edit/EditMessageMenuItems.kt" + line="36" + column="5"/> + id="ComposeNamingLowercase" + message="Composable functions that return a value should start with a lowercase letter.While useful and accepted outside of @Composable functions, this factory function convention has drawbacks that set inappropriate expectations for callers when used with @Composable functions.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun SelfDeletionMenuItems(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/selfdeletion/SelfDeletionMenuItems.kt" + line="30" + column="5"/> + id="ComposeNamingLowercase" + message="Composable functions that return a value should start with a lowercase letter.While useful and accepted outside of @Composable functions, this factory function convention has drawbacks that set inappropriate expectations for callers when used with @Composable functions.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun TextMessageEditMenuItems(" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/edit/TextMessageMenuItems.kt" + line="27" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="private fun clearStatusBarColor() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/topappbar/CommonTopAppBar.kt" + line="264" + column="13"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewConversationMediaScreenEmptyContent() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/media/ConversationMediaScreen.kt" + line="214" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewE2EIEnrollmentScreenContent() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/e2eiEnrollment/E2EIEnrollmentScreen.kt" + line="218" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewE2EIEnrollmentScreenContentWithSuccess() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/e2eiEnrollment/E2EIEnrollmentScreen.kt" + line="226" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewE2EIEnrollmentScreenContentWithError() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/e2eiEnrollment/E2EIEnrollmentScreen.kt" + line="234" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewAssetEmptyMediaContentScreen() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/media/EmptyMediaContentScreen.kt" + line="64" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewPictureEmptyMediaContentScreen() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/media/EmptyMediaContentScreen.kt" + line="74" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewWelcomeNewUserDialog() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/HomeDialogs.kt" + line="63" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun x2() {" + errorLine2=" ~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="30" + column="9"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun x4() {" + errorLine2=" ~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="35" + column="9"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun x8() {" + errorLine2=" ~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="40" + column="9"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun x12() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="45" + column="9"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun x16() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="50" + column="9"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun x24() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="55" + column="9"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun x32() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="60" + column="9"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun x48() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/HorizontalSpace.kt" + line="65" + column="9"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewAssetGrid() {" + errorLine2=" ~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/media/ImageAssetsContent.kt" + line="182" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun startDeletionTimer(" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/MessageExpiration.kt" + line="253" + column="17"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" private fun startAssetDeletion(onSelfDeletingMessageRead: () -> Unit, transferStatus: AssetTransferStatus) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/MessageExpiration.kt" + line="283" + column="25"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" private fun startRegularDeletion(message: UIMessage, onStartMessageSelfDeletion: (UIMessage) -> Unit) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/MessageExpiration.kt" + line="306" + column="25"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="private fun <T : DestinationSpec<*>> handleNavResult(" + errorLine2=" ~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/account/MyAccountScreen.kt" + line="116" + column="38"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="private fun cleanUpRendererIfNeeded(videoRenderer: VideoRenderer) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/calling/ongoing/participantsview/ParticipantTile.kt" + line="168" + column="13"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewSearchConversationMessagesEmptyScreen() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/search/messages/SearchConversationMessagesEmptyScreen.kt" + line="85" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewSearchConversationMessagesNoResultsScreen() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/search/messages/SearchConversationMessagesNoResultsScreen.kt" + line="62" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewSearchConversationMessagesResultsScreen() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/search/messages/SearchConversationMessagesResultsScreen.kt" + line="87" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewFileRestrictionDialog() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/settings/SettingsItem.kt" + line="216" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun x4() {" + errorLine2=" ~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/VerticalSpace.kt" + line="30" + column="9"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun x8() {" + errorLine2=" ~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/VerticalSpace.kt" + line="35" + column="9"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun x16() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/VerticalSpace.kt" + line="40" + column="9"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun x24() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/VerticalSpace.kt" + line="45" + column="9"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" fun x32() {" + errorLine2=" ~~~"> + file="src/main/kotlin/com/wire/android/ui/common/spacers/VerticalSpace.kt" + line="50" + column="9"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewFileRestrictionDialog() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/whatsnew/WhatsNewItem.kt" + line="132" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="private fun accountLoggedOutDialog(reason: CurrentSessionErrorState, navigateAway: () -> Unit) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="262" + column="13"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewFileRestrictionDialog() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="368" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewGuestRoomLinkFeatureFlagDialog() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="376" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewTeamAppLockFeatureFlagDialog() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="384" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewUpdateAppDialog() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="392" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewJoinConversationDialogWithPassword() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="400" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewJoinConversationDialogWithoutPassword() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="410" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewJoinConversationDialogError() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="420" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewCustomBackendDialog() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="430" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewMaxAccountDialog() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="443" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewAccountLoggedOutDialog() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="451" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewGuestCallWasEndedBecauseOfVerificationDegradedDialog() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="459" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewNewClientDialog() {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="467" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1="fun previewTestDialog() {" + errorLine2=" ~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/WireActivityDialogs.kt" + line="477" + column="5"/> + id="ComposeNamingUppercase" + message="Composable functions that return Unit should start with an uppercase letter.They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.See https://slackhq.github.io/compose-lints/rules/#naming-composable-functions-properly for more information." + errorLine1=" operator fun invoke(decorator: TextFieldDecorator, textFieldModifier: Modifier)" + errorLine2=" ~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/textfield/WireTextFieldLayout.kt" + line="205" + column="18"/> + id="ComposeParameterOrder" + 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: [viewModel: AboutThisAppViewModel = hiltViewModel(), navigator: Navigator] but should be [navigator: Navigator, viewModel: AboutThisAppViewModel = hiltViewModel()]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun AboutThisAppScreen(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/settings/about/AboutThisAppScreen.kt" + line="56" + column="23"/> + id="ComposeParameterOrder" + 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: [additionalOptionsState: AdditionalOptionMenuState, selectedOption: AdditionalOptionSelectItem, isSelfDeletingSettingEnabled: Boolean, isSelfDeletingActive: Boolean, isEditing: Boolean, isMentionActive: Boolean, onOnSelfDeletingOptionClicked: (() -> Unit)? = null, onAdditionalOptionsMenuClicked: () -> Unit, onMentionButtonClicked: (() -> Unit), onGifOptionClicked: (() -> Unit)? = null, onPingOptionClicked: () -> Unit, onRichEditingButtonClicked: () -> Unit, onCloseRichEditingButtonClicked: () -> Unit, onRichOptionButtonClicked: (RichTextMarkdown) -> Unit, onDrawingModeClicked: () -> Unit, modifier: Modifier = Modifier] but should be [additionalOptionsState: AdditionalOptionMenuState, selectedOption: AdditionalOptionSelectItem, isSelfDeletingSettingEnabled: Boolean, isSelfDeletingActive: Boolean, isEditing: Boolean, isMentionActive: Boolean, onAdditionalOptionsMenuClicked: () -> Unit, onMentionButtonClicked: (() -> Unit), onPingOptionClicked: () -> Unit, onRichEditingButtonClicked: () -> Unit, onCloseRichEditingButtonClicked: () -> Unit, onRichOptionButtonClicked: (RichTextMarkdown) -> Unit, onDrawingModeClicked: () -> Unit, modifier: Modifier = Modifier, onOnSelfDeletingOptionClicked: (() -> Unit)? = null, onGifOptionClicked: (() -> Unit)? = null]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun AdditionalOptionsMenu(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/AdditionalOptions.kt" + line="43" + column="26"/> + id="ComposeParameterOrder" + 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: [isEditing: Boolean, selectedOption: AdditionalOptionSelectItem, isMentionActive: Boolean, onMentionButtonClicked: () -> Unit, onAdditionalOptionsMenuClicked: () -> Unit = {}, onPingClicked: () -> Unit = {}, onSelfDeletionOptionButtonClicked: () -> Unit, isSelfDeletingSettingEnabled: Boolean, isSelfDeletingActive: Boolean, onGifButtonClicked: () -> Unit = {}, onRichEditingButtonClicked: () -> Unit = {}, onDrawingModeClicked: () -> Unit = {}, modifier: Modifier = Modifier] but should be [isEditing: Boolean, selectedOption: AdditionalOptionSelectItem, isMentionActive: Boolean, onMentionButtonClicked: () -> Unit, onSelfDeletionOptionButtonClicked: () -> Unit, isSelfDeletingSettingEnabled: Boolean, isSelfDeletingActive: Boolean, modifier: Modifier = Modifier, onAdditionalOptionsMenuClicked: () -> Unit = {}, onPingClicked: () -> Unit = {}, onGifButtonClicked: () -> Unit = {}, onRichEditingButtonClicked: () -> Unit = {}, onDrawingModeClicked: () -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun AttachmentAndAdditionalOptionsMenuItems(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/AdditionalOptions.kt" + line="148" + column="44"/> + id="ComposeParameterOrder" + 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: [appUnlockWithBiometricsViewModel: AppUnlockWithBiometricsViewModel = hiltViewModel(), navigator: Navigator] but should be [navigator: Navigator, appUnlockWithBiometricsViewModel: AppUnlockWithBiometricsViewModel = hiltViewModel()]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun AppUnlockWithBiometricsScreen(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/appLock/unlock/AppUnlockWithBiometricsScreen.kt" + line="52" + column="34"/> + id="ComposeParameterOrder" + 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: [lazyListState: LazyListState = rememberLazyListState(), state: AppearanceState, onThemeOptionChanged: (ThemeOption) -> Unit, onBackPressed: () -> Unit] but should be [state: AppearanceState, onThemeOptionChanged: (ThemeOption) -> Unit, lazyListState: LazyListState = rememberLazyListState(), onBackPressed: () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun AppearanceScreenContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/settings/appearance/AppearanceScreen.kt" + line="75" + column="28"/> + id="ComposeParameterOrder" + 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: [isEphemeral: Boolean, isUploading: Boolean = false, onDeleteClick: () -> Unit, onDetailsClick: () -> Unit, onShareAsset: () -> Unit, onDownloadAsset: () -> Unit, onReplyClick: () -> Unit, onReactionClick: (String) -> Unit, onOpenAsset: (() -> Unit)? = null] but should be [isEphemeral: Boolean, onDeleteClick: () -> Unit, onDetailsClick: () -> Unit, onShareAsset: () -> Unit, onDownloadAsset: () -> Unit, onReplyClick: () -> Unit, onReactionClick: (String) -> Unit, isUploading: Boolean = false, onOpenAsset: (() -> Unit)? = null]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun AssetEditMenuItems(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/edit/AssetEditMenuItems.kt" + line="29" + column="23"/> + id="ComposeParameterOrder" + 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: [text: String = "", @DrawableRes icon: Int, labelStyle: TextStyle, modifier: Modifier = Modifier, onClick: () -> Unit] but should be [@DrawableRes icon: Int, labelStyle: TextStyle, modifier: Modifier = Modifier, text: String = "", onClick: () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun AttachmentButton(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/AttachmentButton.kt" + line="51" + column="21"/> + id="ComposeParameterOrder" + 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: [modifier: Modifier = Modifier, audioMediaPlayingState: AudioMediaPlayingState, totalTimeInMs: AudioState.TotalTimeInMs, currentPositionInMs: Int, onPlayButtonClick: () -> Unit, onSliderPositionChange: (Float) -> Unit, onAudioMessageLongClick: (() -> Unit)? = null] but should be [audioMediaPlayingState: AudioMediaPlayingState, totalTimeInMs: AudioState.TotalTimeInMs, currentPositionInMs: Int, onPlayButtonClick: () -> Unit, onSliderPositionChange: (Float) -> Unit, modifier: Modifier = Modifier, onAudioMessageLongClick: (() -> Unit)? = null]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun SuccessfulAudioMessage(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/messagetypes/audio/AudioMessageType.kt" + line="131" + column="35"/> + id="ComposeParameterOrder" + 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: [navigator: Navigator, viewModel: AvatarPickerViewModel = hiltViewModel(), resultNavigator: ResultBackNavigator<String?>] but should be [navigator: Navigator, resultNavigator: ResultBackNavigator<String?>, viewModel: AvatarPickerViewModel = hiltViewModel()]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun AvatarPickerScreen(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/userprofile/avatarpicker/AvatarPicker.kt" + line="78" + column="23"/> + id="ComposeParameterOrder" + 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: [coroutineScope: CoroutineScope = rememberCoroutineScope(), modalBottomSheetState: WireModalSheetState = rememberWireModalSheetState(), onImageSelected: (Uri) -> Unit, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit, onPictureTaken: () -> Unit, targetPictureFileUri: Uri] but should be [onImageSelected: (Uri) -> Unit, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit, onPictureTaken: () -> Unit, targetPictureFileUri: Uri, coroutineScope: CoroutineScope = rememberCoroutineScope(), modalBottomSheetState: WireModalSheetState = rememberWireModalSheetState()]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun rememberAvatarPickerState(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/userprofile/avatarpicker/AvatarPickerState.kt" + line="41" + column="30"/> + id="ComposeParameterOrder" + 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: [isCameraOn: Boolean = false, onCameraButtonClicked: () -> Unit, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit, size: Dp = dimensions().defaultCallingControlsSize, modifier: Modifier = Modifier] but should be [onCameraButtonClicked: () -> Unit, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit, modifier: Modifier = Modifier, isCameraOn: Boolean = false, size: Dp = dimensions().defaultCallingControlsSize]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun CameraButton(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/calling/controlbuttons/CameraButton.kt" + line="33" + column="17"/> + id="ComposeParameterOrder" + 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: [isOnFrontCamera: Boolean = false, onCameraFlipButtonClicked: () -> Unit, size: Dp = dimensions().defaultCallingControlsSize, modifier: Modifier = Modifier] but should be [onCameraFlipButtonClicked: () -> Unit, modifier: Modifier = Modifier, isOnFrontCamera: Boolean = false, size: Dp = dimensions().defaultCallingControlsSize]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun CameraFlipButton(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/calling/controlbuttons/CameraFlipButton.kt" + line="30" + column="21"/> + id="ComposeParameterOrder" + 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: [viewModel: ChangeDisplayNameViewModel = hiltViewModel(), navigator: Navigator, resultNavigator: ResultBackNavigator<Boolean>] but should be [navigator: Navigator, resultNavigator: ResultBackNavigator<Boolean>, viewModel: ChangeDisplayNameViewModel = hiltViewModel()]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun ChangeDisplayNameScreen(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/settings/account/displayname/ChangeDisplayNameScreen.kt" + line="70" + column="28"/> + id="ComposeParameterOrder" + 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: [text: AnnotatedString, modifier: Modifier = Modifier, color: Color = Color.Unspecified, textDecoration: TextDecoration? = null, textAlign: TextAlign? = null, overflow: TextOverflow = TextOverflow.Clip, softWrap: Boolean = true, maxLines: Int = Int.MAX_VALUE, onTextLayout: (TextLayoutResult) -> Unit = {}, style: TextStyle = LocalTextStyle.current, onClick: (Int) -> Unit, onLongClick: (() -> Unit)? = null] but should be [text: AnnotatedString, onClick: (Int) -> Unit, modifier: Modifier = Modifier, color: Color = Color.Unspecified, textDecoration: TextDecoration? = null, textAlign: TextAlign? = null, overflow: TextOverflow = TextOverflow.Clip, softWrap: Boolean = true, maxLines: Int = Int.MAX_VALUE, onTextLayout: (TextLayoutResult) -> Unit = {}, style: TextStyle = LocalTextStyle.current, onLongClick: (() -> Unit)? = null]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun ClickableText(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/ClickableText.kt" + line="45" + column="18"/> + id="ComposeParameterOrder" + 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: [textState: TextFieldState, codeLength: Int = integerResource(id = R.integer.code_length), shape: Shape = RoundedCornerShape(MaterialTheme.wireDimensions.corner4x), colors: WireTextFieldColors = wireTextFieldColors(), textStyle: TextStyle = MaterialTheme.wireTypography.code01, state: WireTextFieldState = WireTextFieldState.Default, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, maxHorizontalSpacing: Dp = MaterialTheme.wireDimensions.spacing16x, horizontalAlignment: Alignment.Horizontal = Alignment.CenterHorizontally, modifier: Modifier = Modifier] but should be [textState: TextFieldState, modifier: Modifier = Modifier, codeLength: Int = integerResource(id = R.integer.code_length), shape: Shape = RoundedCornerShape(MaterialTheme.wireDimensions.corner4x), colors: WireTextFieldColors = wireTextFieldColors(), textStyle: TextStyle = MaterialTheme.wireTypography.code01, state: WireTextFieldState = WireTextFieldState.Default, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, maxHorizontalSpacing: Dp = MaterialTheme.wireDimensions.spacing16x, horizontalAlignment: Alignment.Horizontal = Alignment.CenterHorizontally]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun CodeTextField(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/textfield/CodeTextField.kt" + line="48" + column="18"/> + id="ComposeParameterOrder" + 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: [textState: TextFieldState, codeLength: Int, shape: Shape = RoundedCornerShape(MaterialTheme.wireDimensions.corner4x), colors: WireTextFieldColors = wireTextFieldColors(), textStyle: TextStyle = MaterialTheme.wireTypography.code01, state: WireTextFieldState = WireTextFieldState.Default, maxHorizontalSpacing: Dp = MaterialTheme.wireDimensions.spacing16x, horizontalAlignment: Alignment.Horizontal = Alignment.CenterHorizontally, modifier: Modifier = Modifier, innerBasicTextField: InnerBasicTextFieldBuilder] but should be [textState: TextFieldState, codeLength: Int, innerBasicTextField: InnerBasicTextFieldBuilder, modifier: Modifier = Modifier, shape: Shape = RoundedCornerShape(MaterialTheme.wireDimensions.corner4x), colors: WireTextFieldColors = wireTextFieldColors(), textStyle: TextStyle = MaterialTheme.wireTypography.code01, state: WireTextFieldState = WireTextFieldState.Default, maxHorizontalSpacing: Dp = MaterialTheme.wireDimensions.spacing16x, horizontalAlignment: Alignment.Horizontal = Alignment.CenterHorizontally]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="internal fun CodeTextFieldLayout(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/textfield/CodeTextFieldLayout.kt" + line="62" + column="33"/> + id="ComposeParameterOrder" + 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: [maxBarElevation: Dp = MaterialTheme.wireDimensions.topBarShadowElevation, topBarHeader: @Composable (elevation: Dp) -> Unit, topBarCollapsing: @Composable () -> Unit, topBarFooter: @Composable () -> Unit = {}, bottomBar: @Composable () -> Unit = {}, floatingActionButton: @Composable () -> Unit = {}, floatingActionButtonPosition: FabPosition = FabPosition.End, isSwipeable: Boolean = true, snapOnFling: Boolean = true, keepElevationWhenCollapsed: Boolean = false, content: @Composable () -> Unit] but should be [topBarHeader: @Composable (elevation: Dp) -> Unit, topBarCollapsing: @Composable () -> Unit, maxBarElevation: Dp = MaterialTheme.wireDimensions.topBarShadowElevation, topBarFooter: @Composable () -> Unit = {}, bottomBar: @Composable () -> Unit = {}, floatingActionButton: @Composable () -> Unit = {}, floatingActionButtonPosition: FabPosition = FabPosition.End, isSwipeable: Boolean = true, snapOnFling: Boolean = true, keepElevationWhenCollapsed: Boolean = false, content: @Composable () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun CollapsingTopBarScaffold(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/CollapsingTopBarScaffold.kt" + line="67" + column="29"/> + id="ComposeParameterOrder" + 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: [conversation: ConversationItem, searchQuery: String, isSelectableItem: Boolean = false, isChecked: Boolean = false, onConversationSelectedOnRadioGroup: () -> Unit = {}, openConversation: (ConversationId) -> Unit, openMenu: (ConversationItem) -> Unit, openUserProfile: (UserId) -> Unit, joinCall: (ConversationId) -> Unit, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit = { }] but should be [conversation: ConversationItem, searchQuery: String, openConversation: (ConversationId) -> Unit, openMenu: (ConversationItem) -> Unit, openUserProfile: (UserId) -> Unit, joinCall: (ConversationId) -> Unit, isSelectableItem: Boolean = false, isChecked: Boolean = false, onConversationSelectedOnRadioGroup: () -> Unit = {}, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit = { }]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun ConversationItemFactory(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversationslist/common/ConversationItemFactory.kt" + line="56" + column="28"/> + id="ComposeParameterOrder" + 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: [searchQuery: String, conversation: ConversationItem, isChecked: Boolean, selectOnRadioGroup: () -> Unit = {}, isSelectable: Boolean, subTitle: @Composable () -> Unit = {}, onConversationItemClick: Clickable, onJoinCallClick: () -> Unit, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit] but should be [searchQuery: String, conversation: ConversationItem, isChecked: Boolean, isSelectable: Boolean, onConversationItemClick: Clickable, onJoinCallClick: () -> Unit, selectOnRadioGroup: () -> Unit = {}, subTitle: @Composable () -> Unit = {}, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun GeneralConversationItem(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversationslist/common/ConversationItemFactory.kt" + line="119" + column="36"/> + id="ComposeParameterOrder" + 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: [modifier: Modifier = Modifier, lazyListState: LazyListState = rememberLazyListState(), conversationListItems: ImmutableMap<ConversationFolder, List<ConversationItem>>, searchQuery: String, isSelectableList: Boolean = false, conversationsAddedToGroup: List<ConversationItem> = emptyList(), onConversationSelectedOnRadioGroup: (ConversationId) -> Unit = {}, onOpenConversation: (ConversationId) -> Unit, onEditConversation: (ConversationItem) -> Unit, onOpenUserProfile: (UserId) -> Unit, onJoinCall: (ConversationId) -> Unit, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit] but should be [conversationListItems: ImmutableMap<ConversationFolder, List<ConversationItem>>, searchQuery: String, onOpenConversation: (ConversationId) -> Unit, onEditConversation: (ConversationItem) -> Unit, onOpenUserProfile: (UserId) -> Unit, onJoinCall: (ConversationId) -> Unit, modifier: Modifier = Modifier, lazyListState: LazyListState = rememberLazyListState(), isSelectableList: Boolean = false, conversationsAddedToGroup: List<ConversationItem> = emptyList(), onConversationSelectedOnRadioGroup: (ConversationId) -> Unit = {}, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun ConversationList(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversationslist/common/ConversationList.kt" + line="41" + column="21"/> + id="ComposeParameterOrder" + 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: [state: ConversationAssetMessagesViewState, onNavigationPressed: () -> Unit = {}, onImageFullScreenMode: (conversationId: ConversationId, messageId: String, isSelfAsset: Boolean) -> Unit, audioMessagesState: PersistentMap<String, AudioState> = persistentMapOf(), onAudioItemClicked: (String) -> Unit, onAssetItemClicked: (String) -> Unit] but should be [state: ConversationAssetMessagesViewState, onImageFullScreenMode: (conversationId: ConversationId, messageId: String, isSelfAsset: Boolean) -> Unit, onAudioItemClicked: (String) -> Unit, onNavigationPressed: () -> Unit = {}, audioMessagesState: PersistentMap<String, AudioState> = persistentMapOf(), onAssetItemClicked: (String) -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun Content(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/media/ConversationMediaScreen.kt" + line="136" + column="20"/> + id="ComposeParameterOrder" + 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: [uiParticipant: UIParticipant, searchQuery: String = String.EMPTY, clickable: Clickable, showRightArrow: Boolean = true] but should be [uiParticipant: UIParticipant, clickable: Clickable, searchQuery: String = String.EMPTY, showRightArrow: Boolean = true]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun ConversationParticipantItem(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/participants/ConversationParticipantItem.kt" + line="59" + column="32"/> + id="ComposeParameterOrder" + 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: [name: String, isLegalHold: Boolean = false, modifier: Modifier = Modifier, badges: @Composable () -> Unit = {}, searchQuery: String] but should be [name: String, searchQuery: String, modifier: Modifier = Modifier, isLegalHold: Boolean = false, badges: @Composable () -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun ConversationTitle(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversationslist/common/ConversationTitle.kt" + line="37" + column="22"/> + id="ComposeParameterOrder" + 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: [conversationInfoViewState: ConversationInfoViewState, onBackButtonClick: () -> Unit, onDropDownClick: () -> Unit, isDropDownEnabled: Boolean = false, onSearchButtonClick: () -> Unit, onPhoneButtonClick: () -> Unit, hasOngoingCall: Boolean, onJoinCallButtonClick: () -> Unit, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit, isInteractionEnabled: Boolean] but should be [conversationInfoViewState: ConversationInfoViewState, onBackButtonClick: () -> Unit, onDropDownClick: () -> Unit, onSearchButtonClick: () -> Unit, onPhoneButtonClick: () -> Unit, hasOngoingCall: Boolean, onJoinCallButtonClick: () -> Unit, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit, isInteractionEnabled: Boolean, isDropDownEnabled: Boolean = false]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun ConversationScreenTopAppBar(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/ConversationTopAppBar.kt" + line="74" + column="32"/> + id="ComposeParameterOrder" + 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: [conversationInfoViewState: ConversationInfoViewState, onBackButtonClick: () -> Unit, onDropDownClick: () -> Unit, isDropDownEnabled: Boolean = false, onSearchButtonClick: () -> Unit, onPhoneButtonClick: () -> Unit, hasOngoingCall: Boolean, onJoinCallButtonClick: () -> Unit, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit, isInteractionEnabled: Boolean, isSearchEnabled: Boolean] but should be [conversationInfoViewState: ConversationInfoViewState, onBackButtonClick: () -> Unit, onDropDownClick: () -> Unit, onSearchButtonClick: () -> Unit, onPhoneButtonClick: () -> Unit, hasOngoingCall: Boolean, onJoinCallButtonClick: () -> Unit, onPermissionPermanentlyDenied: (type: PermissionDenialType) -> Unit, isInteractionEnabled: Boolean, isSearchEnabled: Boolean, isDropDownEnabled: Boolean = false]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun ConversationScreenTopAppBarContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/ConversationTopAppBar.kt" + line="104" + column="47"/> + id="ComposeParameterOrder" + 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: [onCopyClicked: () -> Unit, state: WireButtonState = WireButtonState.Default, modifier: Modifier = Modifier] but should be [onCopyClicked: () -> Unit, modifier: Modifier = Modifier, state: WireButtonState = WireButtonState.Default]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun CopyButton(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/CopyButton.kt" + line="28" + column="15"/> + id="ComposeParameterOrder" + 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: [createAccountEmailViewModel: CreateAccountEmailViewModel = hiltViewModel(), navigator: Navigator] but should be [navigator: Navigator, createAccountEmailViewModel: CreateAccountEmailViewModel = hiltViewModel()]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun CreateAccountEmailScreen(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/authentication/create/email/CreateAccountEmailScreen.kt" + line="91" + column="29"/> + id="ComposeParameterOrder" + 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: [viewModel: CreateAccountOverviewViewModel = hiltViewModel(), navigator: Navigator] but should be [navigator: Navigator, viewModel: CreateAccountOverviewViewModel = hiltViewModel()]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun CreatePersonalAccountOverviewScreen(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/authentication/create/overview/CreatePersonalAccountOverviewScreen.kt" + line="64" + column="40"/> + id="ComposeParameterOrder" + 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: [viewModel: CreateAccountOverviewViewModel = hiltViewModel(), navigator: Navigator] but should be [navigator: Navigator, viewModel: CreateAccountOverviewViewModel = hiltViewModel()]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun CreateTeamAccountOverviewScreen(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/authentication/create/overview/CreatePersonalAccountOverviewScreen.kt" + line="91" + column="36"/> + id="ComposeParameterOrder" + 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: [viewModel: DebugDataOptionsViewModel = hiltViewModel(), appVersion: String, buildVariant: String, onCopyText: (String) -> Unit, onManualMigrationPressed: (currentAccount: UserId) -> Unit] but should be [appVersion: String, buildVariant: String, onCopyText: (String) -> Unit, viewModel: DebugDataOptionsViewModel = hiltViewModel(), onManualMigrationPressed: (currentAccount: UserId) -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun DebugDataOptions(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/debug/DebugDataOptions.kt" + line="57" + column="21"/> + id="ComposeParameterOrder" + 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=" ^"> + file="src/main/kotlin/com/wire/android/ui/authentication/devices/DeviceItem.kt" + line="72" + column="15"/> + id="ComposeParameterOrder" + 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, background: Color? = null, icon: @Composable (() -> Unit), onClickAction: ((Device) -> Unit)?, isWholeItemClickable: Boolean, shouldShowVerifyLabel: Boolean, isCurrentClient: Boolean, shouldShowE2EIInfo: Boolean] but should be [device: Device, placeholder: Boolean, icon: @Composable (() -> Unit), onClickAction: ((Device) -> Unit)?, isWholeItemClickable: Boolean, shouldShowVerifyLabel: Boolean, isCurrentClient: Boolean, shouldShowE2EIInfo: Boolean, background: Color? = null]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun DeviceItemContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/authentication/devices/DeviceItem.kt" + line="97" + column="30"/> + id="ComposeParameterOrder" + 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: [e2eiCertificateDetailsViewModel: E2eiCertificateDetailsViewModel = hiltViewModel(), navigator: Navigator] but should be [navigator: Navigator, e2eiCertificateDetailsViewModel: E2eiCertificateDetailsViewModel = hiltViewModel()]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun E2eiCertificateDetailsScreen(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/settings/devices/e2ei/E2eiCertificateDetailsScreen.kt" + line="61" + column="33"/> + id="ComposeParameterOrder" + 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: [modifier: Modifier = Modifier, unreadMessageCount: Int] but should be [unreadMessageCount: Int, modifier: Modifier = Modifier]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun UnreadMessageEventBadge(modifier: Modifier = Modifier, unreadMessageCount: Int) {" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/home/conversationslist/common/EventBadge.kt" + line="157" + column="28"/> + id="ComposeParameterOrder" + 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: [groupedAssetMessageList: Flow<PagingData<UIPagingItem>>, audioMessagesState: PersistentMap<String, AudioState> = persistentMapOf(), assetStatuses: PersistentMap<String, MessageAssetStatus>, onAudioItemClicked: (String) -> Unit, onAssetItemClicked: (String) -> Unit] but should be [groupedAssetMessageList: Flow<PagingData<UIPagingItem>>, assetStatuses: PersistentMap<String, MessageAssetStatus>, onAudioItemClicked: (String) -> Unit, audioMessagesState: PersistentMap<String, AudioState> = persistentMapOf(), onAssetItemClicked: (String) -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun FileAssetsContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/media/FileAssetsContent.kt" + line="54" + column="22"/> + id="ComposeParameterOrder" + 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: [sharedCallingViewModel: SharedCallingViewModel = hiltViewModel(), selectedParticipant: SelectedParticipant, height: Dp, closeFullScreen: (offset: Offset) -> Unit, onBackButtonClicked: () -> Unit] but should be [selectedParticipant: SelectedParticipant, height: Dp, closeFullScreen: (offset: Offset) -> Unit, sharedCallingViewModel: SharedCallingViewModel = hiltViewModel(), onBackButtonClicked: () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun FullScreenTile(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/calling/ongoing/fullscreen/FullScreenTile.kt" + line="50" + column="19"/> + id="ComposeParameterOrder" + 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: [title: String, clickable: Clickable = Clickable(enabled = false, onClick = { /* not handled */ }, onLongClick = { /* not handled */ }), modifier: Modifier = Modifier .fillMaxWidth() .background(MaterialTheme.wireColorScheme.surface) .clickable(clickable) .defaultMinSize(minHeight = MaterialTheme.wireDimensions.conversationOptionsItemMinHeight), subtitle: String? = null, label: String? = null, trailingOnText: String? = null, titleTrailingItem: (@Composable () -> Unit)? = null, footer: (@Composable () -> Unit)? = null, switchState: SwitchState = SwitchState.None, titleStyle: TextStyle = MaterialTheme.wireTypography.body02, arrowType: ArrowType = ArrowType.CENTER_ALIGNED] but should be [title: String, modifier: Modifier = Modifier .fillMaxWidth() .background(MaterialTheme.wireColorScheme.surface) .clickable(clickable) .defaultMinSize(minHeight = MaterialTheme.wireDimensions.conversationOptionsItemMinHeight), clickable: Clickable = Clickable(enabled = false, onClick = { /* not handled */ }, onLongClick = { /* not handled */ }), subtitle: String? = null, label: String? = null, trailingOnText: String? = null, titleTrailingItem: (@Composable () -> Unit)? = null, footer: (@Composable () -> Unit)? = null, switchState: SwitchState = SwitchState.None, titleStyle: TextStyle = MaterialTheme.wireTypography.body02, arrowType: ArrowType = ArrowType.CENTER_ALIGNED]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun GroupConversationOptionsItem(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/details/options/GroupConversationOptionsItem.kt" + line="51" + column="33"/> + id="ComposeParameterOrder" + 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: [onClick: () -> Unit = {}, modifier: Modifier = Modifier, content: @Composable () -> Unit] but should be [modifier: Modifier = Modifier, onClick: () -> Unit = {}, content: @Composable () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun LegalHoldBaseBanner(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/legalhold/banner/LegalHoldBaseBanner.kt" + line="37" + column="24"/> + id="ComposeParameterOrder" + 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: [onClick: () -> Unit = {}, modifier: Modifier = Modifier] but should be [modifier: Modifier = Modifier, onClick: () -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun LegalHoldPendingBanner(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/legalhold/banner/LegalHoldPendingBanner.kt" + line="35" + column="27"/> + id="ComposeParameterOrder" + 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: [onClick: () -> Unit = {}, modifier: Modifier = Modifier] but should be [modifier: Modifier = Modifier, onClick: () -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun LegalHoldSubjectBanner(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/legalhold/banner/LegalHoldSubjectBanner.kt" + line="33" + column="27"/> + id="ComposeParameterOrder" + 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: [title: String, customInfo: String? = null, withDefaultInfo: Boolean, cancelText: String, dialogDismissed: () -> Unit, action: Pair<String, () -> Unit>? = null] but should be [title: String, withDefaultInfo: Boolean, cancelText: String, dialogDismissed: () -> Unit, customInfo: String? = null, action: Pair<String, () -> Unit>? = null]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun LegalHoldSubjectBaseDialog(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/legalhold/dialog/subject/LegalHoldSubjectBaseDialog.kt" + line="35" + column="31"/> + id="ComposeParameterOrder" + 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: [libraries: List<Library>, modifier: Modifier = Modifier, lazyListState: LazyListState = rememberLazyListState(), contentPadding: PaddingValues = PaddingValues(0.dp), onLibraryClick: (Library) -> Unit, header: (LazyListScope.() -> Unit)? = null] but should be [libraries: List<Library>, onLibraryClick: (Library) -> Unit, modifier: Modifier = Modifier, lazyListState: LazyListState = rememberLazyListState(), contentPadding: PaddingValues = PaddingValues(0.dp), header: (LazyListScope.() -> Unit)? = null]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun WireLibraries(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/settings/about/licenses/LicensesItem.kt" + line="44" + column="18"/> + id="ComposeParameterOrder" + 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: [isEnabled: Boolean = false, onCheckedChange: ((Boolean) -> Unit)?, modifier: Modifier = Modifier] but should be [onCheckedChange: ((Boolean) -> Unit)?, modifier: Modifier = Modifier, isEnabled: Boolean = false]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun EnableLoggingSwitch(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/debug/LogOptions.kt" + line="84" + column="32"/> + id="ComposeParameterOrder" + 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: [inlines: List<MarkdownNode.Inline>, maxLines: Int = 1, nodeData: NodeData] but should be [inlines: List<MarkdownNode.Inline>, nodeData: NodeData, maxLines: Int = 1]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun MarkdownInline(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/markdown/MarkdownInline.kt" + line="25" + column="19"/> + id="ComposeParameterOrder" + 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: [maxAccountsAllowed: Int = BuildConfig.MAX_ACCOUNTS, @PluralsRes title: Int = R.plurals.max_account_reached_dialog_title, @PluralsRes message: Int = R.plurals.max_account_reached_dialog_message, @StringRes buttonText: Int, dialogProperties: DialogProperties = DialogProperties(usePlatformDefaultWidth = false), onConfirm: () -> Unit, onDismiss: () -> Unit] but should be [@StringRes buttonText: Int, onConfirm: () -> Unit, maxAccountsAllowed: Int = BuildConfig.MAX_ACCOUNTS, @PluralsRes title: Int = R.plurals.max_account_reached_dialog_title, @PluralsRes message: Int = R.plurals.max_account_reached_dialog_message, dialogProperties: DialogProperties = DialogProperties(usePlatformDefaultWidth = false), onDismiss: () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun MaxAccountAllowedDialogContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/dialogs/MaxAccountsReachedDialog.kt" + line="57" + column="35"/> + id="ComposeParameterOrder" + 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: [navigator: Navigator, mediaGalleryViewModel: MediaGalleryViewModel = hiltViewModel(), resultNavigator: ResultBackNavigator<MediaGalleryNavBackArgs>] but should be [navigator: Navigator, resultNavigator: ResultBackNavigator<MediaGalleryNavBackArgs>, mediaGalleryViewModel: MediaGalleryViewModel = hiltViewModel()]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun MediaGalleryScreen(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/gallery/MediaGalleryScreen.kt" + line="59" + column="23"/> + id="ComposeParameterOrder" + 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: [editButtonEnabled: Boolean = false, onEditSaveButtonClicked: () -> Unit = { }, onEditCancelButtonClicked: () -> Unit = { }, modifier: Modifier = Modifier] but should be [modifier: Modifier = Modifier, editButtonEnabled: Boolean = false, onEditSaveButtonClicked: () -> Unit = { }, onEditCancelButtonClicked: () -> Unit = { }]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun MessageEditActions(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/MessageActions.kt" + line="97" + column="23"/> + id="ComposeParameterOrder" + 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: [isEditing: Boolean, selectedOption: AdditionalOptionSelectItem, isMentionActive: Boolean = true, isSelfDeletingSettingEnabled: Boolean = true, isSelfDeletingActive: Boolean = false, onMentionButtonClicked: () -> Unit, onAdditionalOptionButtonClicked: () -> Unit, onPingButtonClicked: () -> Unit, onSelfDeletionOptionButtonClicked: () -> Unit, onGifButtonClicked: () -> Unit, onRichEditingButtonClicked: () -> Unit, onDrawingModeClicked: () -> Unit] but should be [isEditing: Boolean, selectedOption: AdditionalOptionSelectItem, onMentionButtonClicked: () -> Unit, onAdditionalOptionButtonClicked: () -> Unit, onPingButtonClicked: () -> Unit, onSelfDeletionOptionButtonClicked: () -> Unit, onGifButtonClicked: () -> Unit, onRichEditingButtonClicked: () -> Unit, isMentionActive: Boolean = true, isSelfDeletingSettingEnabled: Boolean = true, isSelfDeletingActive: Boolean = false, onDrawingModeClicked: () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun MessageComposeActions(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/MessageComposeActions.kt" + line="43" + column="26"/> + id="ComposeParameterOrder" + 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: [isTextExpanded: Boolean, inputFocused: Boolean, colors: WireTextFieldColors, singleLine: Boolean, messageText: TextFieldValue, placeHolderText: String, onMessageTextChanged: (TextFieldValue) -> Unit, onFocusChanged: (Boolean) -> Unit = {}, onSelectedLineIndexChanged: (Int) -> Unit = { }, onLineBottomYCoordinateChanged: (Float) -> Unit = { }, onTextCollapse: () -> Unit, modifier: Modifier = Modifier] but should be [isTextExpanded: Boolean, inputFocused: Boolean, colors: WireTextFieldColors, singleLine: Boolean, messageText: TextFieldValue, placeHolderText: String, onMessageTextChanged: (TextFieldValue) -> Unit, onTextCollapse: () -> Unit, modifier: Modifier = Modifier, onFocusChanged: (Boolean) -> Unit = {}, onSelectedLineIndexChanged: (Int) -> Unit = { }, onLineBottomYCoordinateChanged: (Float) -> Unit = { }]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun MessageComposerTextInput(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/MessageComposerInput.kt" + line="267" + column="37"/> + id="ComposeParameterOrder" + 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: [message: UIMessage, conversationDetailsData: ConversationDetailsData, searchQuery: String = "", showAuthor: Boolean = true, useSmallBottomPadding: Boolean = false, audioMessagesState: PersistentMap<String, AudioState>, assetStatus: AssetTransferStatus? = null, onLongClicked: (UIMessage.Regular) -> Unit, swipableMessageConfiguration: SwipableMessageConfiguration, onAssetMessageClicked: (String) -> Unit, onAudioClick: (String) -> Unit, onChangeAudioPosition: (String, Int) -> Unit, onImageMessageClicked: (UIMessage.Regular, Boolean) -> Unit, onOpenProfile: (String) -> Unit, onReactionClicked: (String, String) -> Unit, onResetSessionClicked: (senderUserId: UserId, clientId: String?) -> Unit, onSelfDeletingMessageRead: (UIMessage) -> Unit, onFailedMessageRetryClicked: (String, ConversationId) -> Unit = { _, _ -> }, onFailedMessageCancelClicked: (String) -> Unit = {}, onLinkClick: (String) -> Unit = {}, isContentClickable: Boolean = false, onMessageClick: (messageId: String) -> Unit = {}, defaultBackgroundColor: Color = Color.Transparent, shouldDisplayMessageStatus: Boolean = true, shouldDisplayFooter: Boolean = true, onReplyClickable: Clickable? = null, isSelectedMessage: Boolean = false, isInteractionAvailable: Boolean = true] but should be [message: UIMessage, conversationDetailsData: ConversationDetailsData, audioMessagesState: PersistentMap<String, AudioState>, onLongClicked: (UIMessage.Regular) -> Unit, swipableMessageConfiguration: SwipableMessageConfiguration, onAssetMessageClicked: (String) -> Unit, onAudioClick: (String) -> Unit, onChangeAudioPosition: (String, Int) -> Unit, onImageMessageClicked: (UIMessage.Regular, Boolean) -> Unit, onOpenProfile: (String) -> Unit, onReactionClicked: (String, String) -> Unit, onResetSessionClicked: (senderUserId: UserId, clientId: String?) -> Unit, onSelfDeletingMessageRead: (UIMessage) -> Unit, searchQuery: String = "", showAuthor: Boolean = true, useSmallBottomPadding: Boolean = false, assetStatus: AssetTransferStatus? = null, onFailedMessageRetryClicked: (String, ConversationId) -> Unit = { _, _ -> }, onFailedMessageCancelClicked: (String) -> Unit = {}, onLinkClick: (String) -> Unit = {}, isContentClickable: Boolean = false, onMessageClick: (messageId: String) -> Unit = {}, defaultBackgroundColor: Color = Color.Transparent, shouldDisplayMessageStatus: Boolean = true, shouldDisplayFooter: Boolean = true, onReplyClickable: Clickable? = null, isSelectedMessage: Boolean = false, isInteractionAvailable: Boolean = true]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun MessageContainerItem(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/item/MessageContainerItem.kt" + line="52" + column="25"/> + id="ComposeParameterOrder" + 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: [showAuthor: Boolean = true, useSmallBottomPadding: Boolean = false, fullAvatarOuterPadding: Dp, modifier: Modifier = Modifier, leading: @Composable () -> Unit, content: @Composable () -> Unit] but should be [fullAvatarOuterPadding: Dp, leading: @Composable () -> Unit, modifier: Modifier = Modifier, showAuthor: Boolean = true, useSmallBottomPadding: Boolean = false, content: @Composable () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun MessageItemTemplate(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/item/MessageItemTemplate.kt" + line="33" + column="24"/> + id="ComposeParameterOrder" + 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: [status: MessageFlowStatus, isGroupConversation: Boolean = false, modifier: Modifier = Modifier] but should be [status: MessageFlowStatus, modifier: Modifier = Modifier, isGroupConversation: Boolean = false]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun MessageStatusIndicator(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/item/MessageStatusIndicator.kt" + line="39" + column="27"/> + id="ComposeParameterOrder" + 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: [messageId: String, messageBody: MessageBody?, isAvailable: Boolean, searchQuery: String = "", onLongClick: (() -> Unit)? = null, onOpenProfile: (String) -> Unit, buttonList: PersistentList<MessageButton>?, onLinkClick: (String) -> Unit, clickable: Boolean = true] but should be [messageId: String, messageBody: MessageBody?, isAvailable: Boolean, onOpenProfile: (String) -> Unit, buttonList: PersistentList<MessageButton>?, onLinkClick: (String) -> Unit, searchQuery: String = "", onLongClick: (() -> Unit)? = null, clickable: Boolean = true]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="internal fun MessageBody(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/MessageTypes.kt" + line="76" + column="25"/> + id="ComposeParameterOrder" + 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: [asset: ImageAsset.Remote?, width: Dp, height: Dp, transferStatus: AssetTransferStatus?, assetPath: Path? = null, onImageClick: Clickable] but should be [asset: ImageAsset.Remote?, width: Dp, height: Dp, transferStatus: AssetTransferStatus?, onImageClick: Clickable, assetPath: Path? = null]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun MediaAssetImage(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/model/MessageTypes.kt" + line="225" + column="20"/> + id="ComposeParameterOrder" + 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: [isMuted: Boolean, onMicrophoneButtonClicked: () -> Unit, size: Dp = dimensions().defaultCallingControlsSize, modifier: Modifier = Modifier] but should be [isMuted: Boolean, onMicrophoneButtonClicked: () -> Unit, modifier: Modifier = Modifier, size: Dp = dimensions().defaultCallingControlsSize]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun MicrophoneButton(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/calling/controlbuttons/MicrophoneButton.kt" + line="30" + column="21"/> + id="ComposeParameterOrder" + 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: [onButtonClicked: () -> Unit, state: WireButtonState = WireButtonState.Default, modifier: Modifier = Modifier] but should be [onButtonClicked: () -> Unit, modifier: Modifier = Modifier, state: WireButtonState = WireButtonState.Default]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun MoreOptionIcon(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/MoreOptionIcon.kt" + line="28" + column="19"/> + id="ComposeParameterOrder" + 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: [lazyListState: LazyListState = rememberLazyListState(), state: OtherUserProfileState, onDeviceClick: (Device) -> Unit] but should be [state: OtherUserProfileState, lazyListState: LazyListState = rememberLazyListState(), onDeviceClick: (Device) -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun OtherUserDevicesScreen(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserDevicesScreen.kt" + line="56" + column="27"/> + id="ComposeParameterOrder" + 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: [lazyListState: LazyListState = rememberLazyListState(), state: OtherUserProfileState, onDeviceClick: (Device) -> Unit] but should be [state: OtherUserProfileState, lazyListState: LazyListState = rememberLazyListState(), onDeviceClick: (Device) -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun OtherUserDevicesContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserDevicesScreen.kt" + line="86" + column="36"/> + id="ComposeParameterOrder" + 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: [state: OtherUserProfileState, lazyListState: LazyListState = rememberLazyListState(), onRemoveFromConversation: (RemoveConversationMemberState) -> Unit, openChangeRoleBottomSheet: () -> Unit] but should be [state: OtherUserProfileState, onRemoveFromConversation: (RemoveConversationMemberState) -> Unit, lazyListState: LazyListState = rememberLazyListState(), openChangeRoleBottomSheet: () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun OtherUserProfileGroup(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserProfileGroup.kt" + line="56" + column="26"/> + id="ComposeParameterOrder" + 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: [label: String, value: AnnotatedString, clickable: Clickable = Clickable(enabled = false) {}, isSelfAdmin: Boolean, isRoleEditable: Boolean, openChangeRoleBottomSheet: () -> Unit] but should be [label: String, value: AnnotatedString, isSelfAdmin: Boolean, isRoleEditable: Boolean, clickable: Clickable = Clickable(enabled = false) {}, openChangeRoleBottomSheet: () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun UserRoleInformation(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserProfileGroup.kt" + line="132" + column="32"/> + id="ComposeParameterOrder" + 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: [navigator: Navigator, navArgs: OtherUserProfileNavArgs, viewModel: OtherUserProfileScreenViewModel = hiltViewModel(), resultNavigator: ResultBackNavigator<String>] but should be [navigator: Navigator, navArgs: OtherUserProfileNavArgs, resultNavigator: ResultBackNavigator<String>, viewModel: OtherUserProfileScreenViewModel = hiltViewModel()]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun OtherUserProfileScreen(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserProfileScreen.kt" + line="123" + column="27"/> + id="ComposeParameterOrder" + 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: [scope: CoroutineScope, state: OtherUserProfileState, navigationIconType: NavigationIconType, requestInProgress: Boolean, sheetState: WireModalSheetState, openBottomSheet: () -> Unit, closeBottomSheet: () -> Unit, eventsHandler: OtherUserProfileEventsHandler, bottomSheetEventsHandler: OtherUserProfileBottomSheetEventsHandler, onIgnoreConnectionRequest: (String) -> Unit = { }, onOpenConversation: (ConversationId) -> Unit = {}, onOpenDeviceDetails: (Device) -> Unit = {}, onSearchConversationMessagesClick: () -> Unit, onConversationMediaClick: () -> Unit = {}, navigateBack: () -> Unit = {}, onLegalHoldLearnMoreClick: () -> Unit = {}] but should be [scope: CoroutineScope, state: OtherUserProfileState, navigationIconType: NavigationIconType, requestInProgress: Boolean, sheetState: WireModalSheetState, openBottomSheet: () -> Unit, closeBottomSheet: () -> Unit, eventsHandler: OtherUserProfileEventsHandler, bottomSheetEventsHandler: OtherUserProfileBottomSheetEventsHandler, onSearchConversationMessagesClick: () -> Unit, onIgnoreConnectionRequest: (String) -> Unit = { }, onOpenConversation: (ConversationId) -> Unit = {}, onOpenDeviceDetails: (Device) -> Unit = {}, onConversationMediaClick: () -> Unit = {}, navigateBack: () -> Unit = {}, onLegalHoldLearnMoreClick: () -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun OtherProfileScreenContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserProfileScreen.kt" + line="207" + column="30"/> + id="ComposeParameterOrder" + 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: [modifier: Modifier, participantTitleState: UICallParticipant, onGoingCallTileUsernameMaxWidth: Dp = 350.dp, avatarSize: Dp = dimensions().onGoingCallUserAvatarSize, isSelfUser: Boolean, shouldFill: Boolean = true, isZoomingEnabled: Boolean = false, isSelfUserMuted: Boolean, isSelfUserCameraOn: Boolean, onSelfUserVideoPreviewCreated: (view: View) -> Unit, onClearSelfUserVideoPreview: () -> Unit] but should be [modifier: Modifier, participantTitleState: UICallParticipant, isSelfUser: Boolean, isSelfUserMuted: Boolean, isSelfUserCameraOn: Boolean, onSelfUserVideoPreviewCreated: (view: View) -> Unit, onGoingCallTileUsernameMaxWidth: Dp = 350.dp, avatarSize: Dp = dimensions().onGoingCallUserAvatarSize, shouldFill: Boolean = true, isZoomingEnabled: Boolean = false, onClearSelfUserVideoPreview: () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun ParticipantTile(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/calling/ongoing/participantsview/ParticipantTile.kt" + line="84" + column="20"/> + id="ComposeParameterOrder" + 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: [@StringRes title: Int = R.string.app_permission_dialog_title, @StringRes body: Int, @StringRes positiveButton: Int = R.string.app_permission_dialog_settings_positive_button, @StringRes negativeButton: Int = R.string.app_permission_dialog_settings_negative_button, onDismiss: () -> Unit] but should be [@StringRes body: Int, @StringRes title: Int = R.string.app_permission_dialog_title, @StringRes positiveButton: Int = R.string.app_permission_dialog_settings_positive_button, @StringRes negativeButton: Int = R.string.app_permission_dialog_settings_negative_button, onDismiss: () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun PermissionsDeniedRequestDialog(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/util/permission/PermissionsDeniedRequestDialog.kt" + line="38" + column="35"/> + id="ComposeParameterOrder" + 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: [title: String, properties: DialogProperties = DialogProperties(usePlatformDefaultWidth = false), modifier: Modifier = Modifier, shape: Shape = RoundedCornerShape(MaterialTheme.wireDimensions.dialogCornerSize), onDismiss: () -> Unit = {}] but should be [title: String, modifier: Modifier = Modifier, properties: DialogProperties = DialogProperties(usePlatformDefaultWidth = false), shape: Shape = RoundedCornerShape(MaterialTheme.wireDimensions.dialogCornerSize), onDismiss: () -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun ProgressDialog(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/dialogs/ProgressDialog.kt" + line="42" + column="19"/> + id="ComposeParameterOrder" + 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: [messageData: UIQuotedMessage.UIQuotedData, style: QuotedMessageStyle = COMPLETE, clickable: Clickable?, modifier: Modifier = Modifier, startContent: @Composable () -> Unit = {}] but should be [messageData: UIQuotedMessage.UIQuotedData, clickable: Clickable?, modifier: Modifier = Modifier, style: QuotedMessageStyle = COMPLETE, startContent: @Composable () -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="internal fun QuotedMessage(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="97" + column="27"/> + id="ComposeParameterOrder" + 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: [senderName: UIText, originalDateDescription: UIText, style: QuotedMessageStyle, modifier: Modifier = Modifier, startContent: @Composable () -> Unit = {}, clickable: Clickable?] but should be [senderName: UIText, originalDateDescription: UIText, style: QuotedMessageStyle, clickable: Clickable?, modifier: Modifier = Modifier, startContent: @Composable () -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun QuotedDeleted(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="307" + column="26"/> + id="ComposeParameterOrder" + 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: [text: String, editedTimeDescription: UIText?, originalDateTimeDescription: UIText, senderName: UIText, modifier: Modifier = Modifier, startContent: @Composable () -> Unit = {}, style: QuotedMessageStyle, clickable: Clickable?] but should be [text: String, editedTimeDescription: UIText?, originalDateTimeDescription: UIText, senderName: UIText, style: QuotedMessageStyle, clickable: Clickable?, modifier: Modifier = Modifier, startContent: @Composable () -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun QuotedText(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="331" + column="23"/> + id="ComposeParameterOrder" + 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: [senderName: UIText, asset: ImageAsset.PrivateAsset, originalDateTimeText: UIText, startContent: @Composable () -> Unit = {}, style: QuotedMessageStyle, modifier: Modifier, clickable: Clickable?] but should be [senderName: UIText, asset: ImageAsset.PrivateAsset, originalDateTimeText: UIText, style: QuotedMessageStyle, modifier: Modifier, clickable: Clickable?, startContent: @Composable () -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun QuotedImage(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="375" + column="24"/> + id="ComposeParameterOrder" + 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: [modifier: Modifier = Modifier, asset: ImageAsset.PrivateAsset, clickable: Clickable? = null, content: @Composable () -> Unit] but should be [asset: ImageAsset.PrivateAsset, modifier: Modifier = Modifier, clickable: Clickable? = null, content: @Composable () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun AutosizeContainer(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="438" + column="30"/> + id="ComposeParameterOrder" + 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: [senderName: UIText, originalDateTimeText: UIText, assetName: String?, style: QuotedMessageStyle, startContent: @Composable () -> Unit = {}, modifier: Modifier, clickable: Clickable?] but should be [senderName: UIText, originalDateTimeText: UIText, assetName: String?, style: QuotedMessageStyle, modifier: Modifier, clickable: Clickable?, startContent: @Composable () -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun QuotedGenericAsset(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="566" + column="31"/> + id="ComposeParameterOrder" + 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: [senderName: UIText, originalDateTimeText: UIText, locationName: String, style: QuotedMessageStyle, startContent: @Composable () -> Unit = {}, modifier: Modifier, clickable: Clickable?] but should be [senderName: UIText, originalDateTimeText: UIText, locationName: String, style: QuotedMessageStyle, modifier: Modifier, clickable: Clickable?, startContent: @Composable () -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun QuotedLocation(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/QuotedMessage.kt" + line="596" + column="27"/> + id="ComposeParameterOrder" + 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: [onClick: () -> Unit, modifier: Modifier, topContent: @Composable () -> Unit, @DrawableRes iconResId: Int, @StringRes contentDescription: Int, buttonColor: Color, @StringRes bottomText: Int, buttonState: WireButtonState = WireButtonState.Default, applyAudioFilterState: Boolean, applyAudioFilterClick: (Boolean) -> Unit, isAudioFilterEnabled: Boolean = true] but should be [onClick: () -> Unit, modifier: Modifier, topContent: @Composable () -> Unit, @DrawableRes iconResId: Int, @StringRes contentDescription: Int, buttonColor: Color, @StringRes bottomText: Int, applyAudioFilterState: Boolean, applyAudioFilterClick: (Boolean) -> Unit, buttonState: WireButtonState = WireButtonState.Default, isAudioFilterEnabled: Boolean = true]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun RecordAudioButton(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/recordaudio/RecordAudioButtons.kt" + line="189" + column="30"/> + id="ComposeParameterOrder" + 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: [lifecycleOwner: LifecycleOwner = LocalLifecycleOwner.current, onAudioRecorded: (UriAsset) -> Unit, onCloseRecordAudio: () -> Unit] but should be [onAudioRecorded: (UriAsset) -> Unit, lifecycleOwner: LifecycleOwner = LocalLifecycleOwner.current, onCloseRecordAudio: () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun RecordAudioComponent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/messagecomposer/recordaudio/RecordAudioComponent.kt" + line="47" + column="25"/> + id="ComposeParameterOrder" + 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: [message: UIMessage.Regular, conversationDetailsData: ConversationDetailsData, searchQuery: String = "", showAuthor: Boolean = true, audioMessagesState: PersistentMap<String, AudioState>, assetStatus: AssetTransferStatus? = null, onLongClicked: (UIMessage.Regular) -> Unit, swipableMessageConfiguration: SwipableMessageConfiguration = SwipableMessageConfiguration.NotSwipable, onAssetMessageClicked: (String) -> Unit, onAudioClick: (String) -> Unit, onChangeAudioPosition: (String, Int) -> Unit, onImageMessageClicked: (UIMessage.Regular, Boolean) -> Unit, onOpenProfile: (String) -> Unit, onReactionClicked: (String, String) -> Unit, onResetSessionClicked: (senderUserId: UserId, clientId: String?) -> Unit, onFailedMessageRetryClicked: (String, ConversationId) -> Unit = { _, _ -> }, onFailedMessageCancelClicked: (String) -> Unit = {}, onLinkClick: (String) -> Unit = {}, isContentClickable: Boolean = false, shouldDisplayMessageStatus: Boolean = true, shouldDisplayFooter: Boolean = true, onReplyClickable: Clickable? = null, isInteractionAvailable: Boolean = true, useSmallBottomPadding: Boolean = false, selfDeletionTimerState: SelfDeletionTimerHelper.SelfDeletionTimerState = SelfDeletionTimerHelper.SelfDeletionTimerState.NotExpirable] but should be [message: UIMessage.Regular, conversationDetailsData: ConversationDetailsData, audioMessagesState: PersistentMap<String, AudioState>, onLongClicked: (UIMessage.Regular) -> Unit, onAssetMessageClicked: (String) -> Unit, onAudioClick: (String) -> Unit, onChangeAudioPosition: (String, Int) -> Unit, onImageMessageClicked: (UIMessage.Regular, Boolean) -> Unit, onOpenProfile: (String) -> Unit, onReactionClicked: (String, String) -> Unit, onResetSessionClicked: (senderUserId: UserId, clientId: String?) -> Unit, searchQuery: String = "", showAuthor: Boolean = true, assetStatus: AssetTransferStatus? = null, swipableMessageConfiguration: SwipableMessageConfiguration = SwipableMessageConfiguration.NotSwipable, onFailedMessageRetryClicked: (String, ConversationId) -> Unit = { _, _ -> }, onFailedMessageCancelClicked: (String) -> Unit = {}, onLinkClick: (String) -> Unit = {}, isContentClickable: Boolean = false, shouldDisplayMessageStatus: Boolean = true, shouldDisplayFooter: Boolean = true, onReplyClickable: Clickable? = null, isInteractionAvailable: Boolean = true, useSmallBottomPadding: Boolean = false, selfDeletionTimerState: SelfDeletionTimerHelper.SelfDeletionTimerState = SelfDeletionTimerHelper.SelfDeletionTimerState.NotExpirable]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun RegularMessageItem(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/item/RegularMessageItem.kt" + line="118" + column="23"/> + id="ComposeParameterOrder" + 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: [message: UIMessage.Regular, messageContent: UIMessageContent.Regular?, searchQuery: String, audioMessagesState: PersistentMap<String, AudioState>, assetStatus: AssetTransferStatus?, onAssetClick: Clickable, onImageClick: Clickable, onAudioClick: (String) -> Unit, onChangeAudioPosition: (String, Int) -> Unit, onLongClick: (() -> Unit)? = null, onOpenProfile: (String) -> Unit, onLinkClick: (String) -> Unit, clickable: Boolean, onReplyClickable: Clickable? = null] but should be [message: UIMessage.Regular, messageContent: UIMessageContent.Regular?, searchQuery: String, audioMessagesState: PersistentMap<String, AudioState>, assetStatus: AssetTransferStatus?, onAssetClick: Clickable, onImageClick: Clickable, onAudioClick: (String) -> Unit, onChangeAudioPosition: (String, Int) -> Unit, onOpenProfile: (String) -> Unit, onLinkClick: (String) -> Unit, clickable: Boolean, onLongClick: (() -> Unit)? = null, onReplyClickable: Clickable? = null]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun MessageContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/conversations/messages/item/RegularMessageItem.kt" + line="581" + column="27"/> + id="ComposeParameterOrder" + 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: [title: String, titleStyleUnselected: TextStyle = MaterialTheme.wireTypography.body02, titleStyleSelected: TextStyle = MaterialTheme.wireTypography.body02, state: RichMenuItemState = RichMenuItemState.DEFAULT, color: Color? = null, modifier: Modifier = Modifier] but should be [title: String, modifier: Modifier = Modifier, titleStyleUnselected: TextStyle = MaterialTheme.wireTypography.body02, titleStyleSelected: TextStyle = MaterialTheme.wireTypography.body02, state: RichMenuItemState = RichMenuItemState.DEFAULT, color: Color? = null]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun MenuItemHeading(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/bottomsheet/RichMenuBottomSheetItem.kt" + line="102" + column="20"/> + id="ComposeParameterOrder" + 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: [leadingIcon: @Composable () -> Unit = {}, title: @Composable () -> Unit = {}, titleStartPadding: Dp = dimensions().spacing8x, subtitle: @Composable () -> Unit = {}, actions: @Composable () -> Unit = {}, clickable: Clickable = Clickable(false) {}, modifier: Modifier = Modifier] but should be [modifier: Modifier = Modifier, leadingIcon: @Composable () -> Unit = {}, title: @Composable () -> Unit = {}, titleStartPadding: Dp = dimensions().spacing8x, subtitle: @Composable () -> Unit = {}, actions: @Composable () -> Unit = {}, clickable: Clickable = Clickable(false) {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun RowItemTemplate(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/RowItemTemplate.kt" + line="33" + column="20"/> + id="ComposeParameterOrder" + 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: [leadingIcon: @Composable () -> Unit, title: @Composable () -> Unit, subTitle: @Composable () -> Unit = {}, clickable: Clickable, trailingIcon: @Composable () -> Unit = { }, modifier: Modifier = Modifier] but should be [leadingIcon: @Composable () -> Unit, title: @Composable () -> Unit, clickable: Clickable, modifier: Modifier = Modifier, subTitle: @Composable () -> Unit = {}, trailingIcon: @Composable () -> Unit = { }]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun RowItemTemplate(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/RowItemTemplate.kt" + line="66" + column="20"/> + id="ComposeParameterOrder" + 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: [placeholderText: String, leadingIcon: @Composable () -> Unit, text: TextFieldValue = TextFieldValue(""), onTextTyped: (TextFieldValue) -> Unit = {}, placeholderTextStyle: TextStyle = LocalTextStyle.current, placeholderAlignment: Alignment.Horizontal = Alignment.CenterHorizontally, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, textStyle: TextStyle = LocalTextStyle.current, isLoading: Boolean = false, modifier: Modifier = Modifier] but should be [placeholderText: String, leadingIcon: @Composable () -> Unit, modifier: Modifier = Modifier, text: TextFieldValue = TextFieldValue(""), onTextTyped: (TextFieldValue) -> Unit = {}, placeholderTextStyle: TextStyle = LocalTextStyle.current, placeholderAlignment: Alignment.Horizontal = Alignment.CenterHorizontally, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, textStyle: TextStyle = LocalTextStyle.current, isLoading: Boolean = false]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun SearchBarInput(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/SearchBar.kt" + line="50" + column="19"/> + id="ComposeParameterOrder" + 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: [modifier: Modifier = Modifier, isSearchActive: Boolean, searchBarHint: String, searchQuery: TextFieldValue = TextFieldValue(""), isLoading: Boolean = false, onSearchQueryChanged: (TextFieldValue) -> Unit, onCloseSearchClicked: (() -> Unit)? = null, onActiveChanged: (isActive: Boolean) -> Unit = {}, bottomContent: @Composable ColumnScope.() -> Unit = {}] but should be [isSearchActive: Boolean, searchBarHint: String, onSearchQueryChanged: (TextFieldValue) -> Unit, modifier: Modifier = Modifier, searchQuery: TextFieldValue = TextFieldValue(""), isLoading: Boolean = false, onCloseSearchClicked: (() -> Unit)? = null, onActiveChanged: (isActive: Boolean) -> Unit = {}, bottomContent: @Composable ColumnScope.() -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun SearchTopBar(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/topappbar/search/SearchTopBar.kt" + line="69" + column="17"/> + id="ComposeParameterOrder" + 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: [conversationId: ConversationId, viewModel: SecurityClassificationViewModel = hiltViewModelScoped<SecurityClassificationViewModelImpl, SecurityClassificationViewModel, SecurityClassificationArgs>( SecurityClassificationArgs.Conversation(id = conversationId) ), modifier: Modifier = Modifier] but should be [conversationId: ConversationId, modifier: Modifier = Modifier, viewModel: SecurityClassificationViewModel = hiltViewModelScoped<SecurityClassificationViewModelImpl, SecurityClassificationViewModel, SecurityClassificationArgs>( SecurityClassificationArgs.Conversation(id = conversationId) )]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun SecurityClassificationBannerForConversation(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/banner/SecurityClassificationBanner.kt" + line="52" + column="48"/> + id="ComposeParameterOrder" + 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: [userId: UserId, viewModel: SecurityClassificationViewModel = hiltViewModelScoped<SecurityClassificationViewModelImpl, SecurityClassificationViewModel, SecurityClassificationArgs>( SecurityClassificationArgs.User(id = userId) ), modifier: Modifier = Modifier] but should be [userId: UserId, modifier: Modifier = Modifier, viewModel: SecurityClassificationViewModel = hiltViewModelScoped<SecurityClassificationViewModelImpl, SecurityClassificationViewModel, SecurityClassificationArgs>( SecurityClassificationArgs.User(id = userId) )]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun SecurityClassificationBannerForUser(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/banner/SecurityClassificationBanner.kt" + line="67" + column="40"/> + id="ComposeParameterOrder" + 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: [count: Int = 0, mainButtonText: String, elevation: Dp = MaterialTheme.wireDimensions.bottomNavigationShadowElevation, modifier: Modifier = Modifier .padding(horizontal = dimensions().spacing16x) .height(dimensions().groupButtonHeight) .fillMaxWidth(), onMoreButtonIcon: @Composable (() -> Unit)? = null, onMainButtonClick: () -> Unit] but should be [mainButtonText: String, modifier: Modifier = Modifier .padding(horizontal = dimensions().spacing16x) .height(dimensions().groupButtonHeight) .fillMaxWidth(), count: Int = 0, elevation: Dp = MaterialTheme.wireDimensions.bottomNavigationShadowElevation, onMoreButtonIcon: @Composable (() -> Unit)? = null, onMainButtonClick: () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun SelectParticipantsButtonsAlwaysEnabled(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/newconversation/common/SelectParticipantsButtonsRow.kt" + line="62" + column="43"/> + id="ComposeParameterOrder" + 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: [showTotalSelectedItemsCount: Boolean = true, leadingIcon: @Composable (() -> Unit)? = null, selectedParticipantsCount: Int = 0, mainButtonText: String, shouldAllowNoSelectionContinue: Boolean = true, elevation: Dp = MaterialTheme.wireDimensions.bottomNavigationShadowElevation, modifier: Modifier = Modifier, onMainButtonClick: () -> Unit, onMoreButtonIcon: @Composable (() -> Unit)? = null] but should be [mainButtonText: String, onMainButtonClick: () -> Unit, modifier: Modifier = Modifier, showTotalSelectedItemsCount: Boolean = true, leadingIcon: @Composable (() -> Unit)? = null, selectedParticipantsCount: Int = 0, shouldAllowNoSelectionContinue: Boolean = true, elevation: Dp = MaterialTheme.wireDimensions.bottomNavigationShadowElevation, onMoreButtonIcon: @Composable (() -> Unit)? = null]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun SelectParticipantsButtonsRow(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/newconversation/common/SelectParticipantsButtonsRow.kt" + line="135" + column="33"/> + id="ComposeParameterOrder" + 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: [selfDeletionTimer: SelfDeletionTimer, modifier: Modifier = Modifier, isDisabled: Boolean, onSelfDeletionTimerClicked: () -> Unit] but should be [selfDeletionTimer: SelfDeletionTimer, isDisabled: Boolean, modifier: Modifier = Modifier, onSelfDeletionTimerClicked: () -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun SelfDeletionTimerButton(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/newconversation/common/SelectParticipantsButtonsRow.kt" + line="180" + column="28"/> + id="ComposeParameterOrder" + 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: [onNavigateBack: () -> Unit = {}, onDeviceClick: (Device) -> Unit = {}, state: SelfDevicesState] but should be [state: SelfDevicesState, onNavigateBack: () -> Unit = {}, onDeviceClick: (Device) -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun SelfDevicesScreenContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/settings/devices/SelfDevicesScreen.kt" + line="67" + column="29"/> + id="ComposeParameterOrder" + 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: [title: String? = null, text: String, @DrawableRes trailingIcon: Int? = null, switchState: SwitchState = SwitchState.None, onRowPressed: Clickable = Clickable(false), onIconPressed: Clickable? = null] but should be [text: String, title: String? = null, @DrawableRes trailingIcon: Int? = null, switchState: SwitchState = SwitchState.None, onRowPressed: Clickable = Clickable(false), onIconPressed: Clickable? = null]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun SettingsItem(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/settings/SettingsItem.kt" + line="60" + column="17"/> + id="ComposeParameterOrder" + 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: [lazyListState: LazyListState = rememberLazyListState(), settingsState: SettingsState, onItemClicked: (SettingsItem.DirectionItem) -> Unit, onAppLockSwitchChanged: (Boolean) -> Unit] but should be [settingsState: SettingsState, onItemClicked: (SettingsItem.DirectionItem) -> Unit, lazyListState: LazyListState = rememberLazyListState(), onAppLockSwitchChanged: (Boolean) -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun SettingsScreenContent(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/home/settings/SettingsScreen.kt" + line="81" + column="26"/> + id="ComposeParameterOrder" + 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: [isSpeakerOn: Boolean, onSpeakerButtonClicked: () -> Unit, size: Dp = dimensions().defaultCallingControlsSize, modifier: Modifier = Modifier] but should be [isSpeakerOn: Boolean, onSpeakerButtonClicked: () -> Unit, modifier: Modifier = Modifier, size: Dp = dimensions().defaultCallingControlsSize]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun SpeakerButton(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/calling/controlbuttons/SpeakerButton.kt" + line="30" + column="18"/> + id="ComposeParameterOrder" + 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: [textAnnotatedString: AnnotatedString, learnMoreLink: String, onTextLayout: (TextLayoutResult) -> Unit = {}, modifier: Modifier = Modifier] but should be [textAnnotatedString: AnnotatedString, learnMoreLink: String, modifier: Modifier = Modifier, onTextLayout: (TextLayoutResult) -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun TextWithLearnMore(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/TextWithLearnMore.kt" + line="38" + column="22"/> + id="ComposeParameterOrder" + 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: [avatarData: UserAvatarData = UserAvatarData(), size: Dp = MaterialTheme.wireDimensions.avatarDefaultSize, padding: Dp = MaterialTheme.wireDimensions.avatarClickablePadding, modifier: Modifier = Modifier, clickable: Clickable? = null, showPlaceholderIfNoAsset: Boolean = true, withCrossfadeAnimation: Boolean = false, showStatusIndicator: Boolean = true, withLegalHoldIndicator: Boolean = false] but should be [modifier: Modifier = Modifier, avatarData: UserAvatarData = UserAvatarData(), size: Dp = MaterialTheme.wireDimensions.avatarDefaultSize, padding: Dp = MaterialTheme.wireDimensions.avatarClickablePadding, clickable: Clickable? = null, showPlaceholderIfNoAsset: Boolean = true, withCrossfadeAnimation: Boolean = false, showStatusIndicator: Boolean = true, withLegalHoldIndicator: Boolean = false]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun UserProfileAvatar(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/UserProfileAvatar.kt" + line="56" + column="22"/> + id="ComposeParameterOrder" + 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: [userId: UserId?, isLoading: Boolean, avatarAsset: UserAvatarAsset?, fullName: String, userName: String, teamName: String?, membership: Membership = Membership.None, onUserProfileClick: (() -> Unit)? = null, editableState: EditableState, modifier: Modifier = Modifier, connection: ConnectionState = ConnectionState.ACCEPTED, delayToShowPlaceholderIfNoAsset: Duration = 200.milliseconds, isProteusVerified: Boolean = false, isMLSVerified: Boolean = false] but should be [userId: UserId?, isLoading: Boolean, avatarAsset: UserAvatarAsset?, fullName: String, userName: String, teamName: String?, editableState: EditableState, modifier: Modifier = Modifier, membership: Membership = Membership.None, onUserProfileClick: (() -> Unit)? = null, connection: ConnectionState = ConnectionState.ACCEPTED, delayToShowPlaceholderIfNoAsset: Duration = 200.milliseconds, isProteusVerified: Boolean = false, isMLSVerified: Boolean = false]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun UserProfileInfo(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/userprofile/common/UserProfileInfo.kt" + line="77" + column="20"/> + id="ComposeParameterOrder" + 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: [isSelected: Boolean, @DrawableRes iconResId: Int, @StringRes contentDescription: Int, onClick: () -> Unit, size: Dp = dimensions().defaultCallingControlsSize, iconSize: Dp = dimensions().defaultCallingControlsIconSize, modifier: Modifier = Modifier] but should be [isSelected: Boolean, @DrawableRes iconResId: Int, @StringRes contentDescription: Int, onClick: () -> Unit, modifier: Modifier = Modifier, size: Dp = dimensions().defaultCallingControlsSize, iconSize: Dp = dimensions().defaultCallingControlsIconSize]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun WireCallControlButton(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/calling/controlbuttons/WireCallControlButton.kt" + line="36" + column="26"/> + id="ComposeParameterOrder" + 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: [title: String, titleStyle: TextStyle = MaterialTheme.wireTypography.title01, maxLines: Int = 2, subtitleContent: @Composable ColumnScope.() -> Unit = {}, onNavigationPressed: () -> Unit = {}, navigationIconType: NavigationIconType? = NavigationIconType.Back, elevation: Dp = MaterialTheme.wireDimensions.topBarShadowElevation, actions: @Composable RowScope.() -> Unit = {}, modifier: Modifier = Modifier, bottomContent: @Composable ColumnScope.() -> Unit = {}] but should be [title: String, modifier: Modifier = Modifier, titleStyle: TextStyle = MaterialTheme.wireTypography.title01, maxLines: Int = 2, subtitleContent: @Composable ColumnScope.() -> Unit = {}, onNavigationPressed: () -> Unit = {}, navigationIconType: NavigationIconType? = NavigationIconType.Back, elevation: Dp = MaterialTheme.wireDimensions.topBarShadowElevation, actions: @Composable RowScope.() -> Unit = {}, bottomContent: @Composable ColumnScope.() -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun WireCenterAlignedTopAppBar(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/topappbar/WireCenterAlignedTopAppBar.kt" + line="41" + column="31"/> + id="ComposeParameterOrder" + 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: [titleContent: @Composable ColumnScope.() -> Unit, subtitleContent: @Composable ColumnScope.() -> Unit = {}, onNavigationPressed: () -> Unit = {}, navigationIconType: NavigationIconType? = NavigationIconType.Back, elevation: Dp = MaterialTheme.wireDimensions.topBarShadowElevation, actions: @Composable RowScope.() -> Unit = {}, modifier: Modifier = Modifier, bottomContent: @Composable ColumnScope.() -> Unit = {}] but should be [titleContent: @Composable ColumnScope.() -> Unit, modifier: Modifier = Modifier, subtitleContent: @Composable ColumnScope.() -> Unit = {}, onNavigationPressed: () -> Unit = {}, navigationIconType: NavigationIconType? = NavigationIconType.Back, elevation: Dp = MaterialTheme.wireDimensions.topBarShadowElevation, actions: @Composable RowScope.() -> Unit = {}, bottomContent: @Composable ColumnScope.() -> Unit = {}]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun WireCenterAlignedTopAppBar(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/topappbar/WireCenterAlignedTopAppBar.kt" + line="73" + column="31"/> + id="ComposeParameterOrder" + 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: [items: List<String>, defaultItemIndex: Int = -1, selectedItemIndex: Int = defaultItemIndex, label: String?, modifier: Modifier, autoUpdateSelection: Boolean = true, showDefaultTextIndicator: Boolean = true, leadingCompose: @Composable ((index: Int) -> Unit)? = null, onSelected: (selectedIndex: Int) -> Unit] but should be [items: List<String>, label: String?, modifier: Modifier, defaultItemIndex: Int = -1, selectedItemIndex: Int = defaultItemIndex, autoUpdateSelection: Boolean = true, showDefaultTextIndicator: Boolean = true, leadingCompose: @Composable ((index: Int) -> Unit)? = null, onSelected: (selectedIndex: Int) -> Unit]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="internal fun WireDropDown(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/WireDropDown.kt" + line="73" + column="26"/> + id="ComposeParameterOrder" + 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: [modifier: Modifier = Modifier, leadingCompose: @Composable ((index: Int) -> Unit)?, selectedIndex: Int, text: String, arrowRotation: Float] but should be [leadingCompose: @Composable ((index: Int) -> Unit)?, selectedIndex: Int, text: String, arrowRotation: Float, modifier: Modifier = Modifier]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="private fun SelectionField(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/WireDropDown.kt" + line="208" + column="27"/> + id="ComposeParameterOrder" + 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: [label: String, checked: Boolean, onCheckClicked: ((Boolean) -> Unit), maxLine: Int = Int.MAX_VALUE, overflow: TextOverflow = TextOverflow.Visible, horizontalArrangement: Arrangement.Horizontal = Arrangement.Start, contentPadding: PaddingValues = PaddingValues(dimensions().spacing0x), checkboxEnabled: Boolean = true, modifier: Modifier = Modifier] but should be [label: String, checked: Boolean, onCheckClicked: ((Boolean) -> Unit), modifier: Modifier = Modifier, maxLine: Int = Int.MAX_VALUE, overflow: TextOverflow = TextOverflow.Visible, horizontalArrangement: Arrangement.Horizontal = Arrangement.Start, contentPadding: PaddingValues = PaddingValues(dimensions().spacing0x), checkboxEnabled: Boolean = true]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="fun WireLabelledCheckbox(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/WireLabelledCheckbox.kt" + line="41" + column="25"/> + id="ComposeParameterOrder" + 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: [textState: TextFieldState, placeholderText: String? = null, labelText: String? = null, labelMandatoryIcon: Boolean = false, descriptionText: String? = null, leadingIcon: @Composable (() -> Unit)? = null, trailingIcon: @Composable (() -> Unit)? = null, state: WireTextFieldState = WireTextFieldState.Default, autoFillType: WireAutoFillType = WireAutoFillType.None, lineLimits: TextFieldLineLimits = TextFieldLineLimits.Default, inputTransformation: InputTransformation = InputTransformation.maxLength(8000), outputTransformation: OutputTransformation? = null, keyboardOptions: KeyboardOptions = KeyboardOptions.DefaultText, onKeyboardAction: KeyboardActionHandler? = null, scrollState: ScrollState = rememberScrollState(), interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, textStyle: TextStyle = MaterialTheme.wireTypography.body01, placeholderTextStyle: TextStyle = MaterialTheme.wireTypography.body01, placeholderAlignment: Alignment.Horizontal = Alignment.Start, inputMinHeight: Dp = MaterialTheme.wireDimensions.textFieldMinHeight, shape: Shape = RoundedCornerShape(MaterialTheme.wireDimensions.textFieldCornerSize), colors: WireTextFieldColors = wireTextFieldColors(), modifier: Modifier = Modifier, onSelectedLineIndexChanged: (Int) -> Unit = { }, onLineBottomYCoordinateChanged: (Float) -> Unit = { }, onTap: ((Offset) -> Unit)? = null, testTag: String = String.EMPTY] but should be [textState: TextFieldState, modifier: Modifier = Modifier, placeholderText: String? = null, labelText: String? = null, labelMandatoryIcon: Boolean = false, descriptionText: String? = null, leadingIcon: @Composable (() -> Unit)? = null, trailingIcon: @Composable (() -> Unit)? = null, state: WireTextFieldState = WireTextFieldState.Default, autoFillType: WireAutoFillType = WireAutoFillType.None, lineLimits: TextFieldLineLimits = TextFieldLineLimits.Default, inputTransformation: InputTransformation = InputTransformation.maxLength(8000), outputTransformation: OutputTransformation? = null, keyboardOptions: KeyboardOptions = KeyboardOptions.DefaultText, onKeyboardAction: KeyboardActionHandler? = null, scrollState: ScrollState = rememberScrollState(), interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, textStyle: TextStyle = MaterialTheme.wireTypography.body01, placeholderTextStyle: TextStyle = MaterialTheme.wireTypography.body01, placeholderAlignment: Alignment.Horizontal = Alignment.Start, inputMinHeight: Dp = MaterialTheme.wireDimensions.textFieldMinHeight, shape: Shape = RoundedCornerShape(MaterialTheme.wireDimensions.textFieldCornerSize), colors: WireTextFieldColors = wireTextFieldColors(), onSelectedLineIndexChanged: (Int) -> Unit = { }, onLineBottomYCoordinateChanged: (Float) -> Unit = { }, onTap: ((Offset) -> Unit)? = null, testTag: String = String.EMPTY]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="internal fun WireTextField(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/textfield/WireTextField.kt" + line="68" + column="27"/> + id="ComposeParameterOrder" + 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: [value: TextFieldValue, onValueChange: (TextFieldValue) -> Unit, placeholderText: String? = null, labelText: String? = null, labelMandatoryIcon: Boolean = false, descriptionText: String? = null, leadingIcon: @Composable (() -> Unit)? = null, trailingIcon: @Composable (() -> Unit)? = null, readOnly: Boolean = false, state: WireTextFieldState = WireTextFieldState.Default, autoFillType: WireAutoFillType = WireAutoFillType.None, maxLines: Int = 1, singleLine: Boolean = true, maxTextLength: Int = 8000, keyboardOptions: KeyboardOptions = KeyboardOptions.DefaultText, onKeyboardAction: KeyboardActionHandler? = null, scrollState: ScrollState = rememberScrollState(), interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, textStyle: TextStyle = MaterialTheme.wireTypography.body01, placeholderTextStyle: TextStyle = MaterialTheme.wireTypography.body01, placeholderAlignment: Alignment.Horizontal = Alignment.Start, inputMinHeight: Dp = MaterialTheme.wireDimensions.textFieldMinHeight, shape: Shape = RoundedCornerShape(MaterialTheme.wireDimensions.textFieldCornerSize), colors: WireTextFieldColors = wireTextFieldColors(), modifier: Modifier = Modifier, onSelectedLineIndexChanged: (Int) -> Unit = { }, onLineBottomYCoordinateChanged: (Float) -> Unit = { }, onTap: ((Offset) -> Unit)? = null, testTag: String = String.EMPTY] but should be [value: TextFieldValue, onValueChange: (TextFieldValue) -> Unit, modifier: Modifier = Modifier, placeholderText: String? = null, labelText: String? = null, labelMandatoryIcon: Boolean = false, descriptionText: String? = null, leadingIcon: @Composable (() -> Unit)? = null, trailingIcon: @Composable (() -> Unit)? = null, readOnly: Boolean = false, state: WireTextFieldState = WireTextFieldState.Default, autoFillType: WireAutoFillType = WireAutoFillType.None, maxLines: Int = 1, singleLine: Boolean = true, maxTextLength: Int = 8000, keyboardOptions: KeyboardOptions = KeyboardOptions.DefaultText, onKeyboardAction: KeyboardActionHandler? = null, scrollState: ScrollState = rememberScrollState(), interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, textStyle: TextStyle = MaterialTheme.wireTypography.body01, placeholderTextStyle: TextStyle = MaterialTheme.wireTypography.body01, placeholderAlignment: Alignment.Horizontal = Alignment.Start, inputMinHeight: Dp = MaterialTheme.wireDimensions.textFieldMinHeight, shape: Shape = RoundedCornerShape(MaterialTheme.wireDimensions.textFieldCornerSize), colors: WireTextFieldColors = wireTextFieldColors(), onSelectedLineIndexChanged: (Int) -> Unit = { }, onLineBottomYCoordinateChanged: (Float) -> Unit = { }, onTap: ((Offset) -> Unit)? = null, testTag: String = String.EMPTY]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="internal fun WireTextField(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/textfield/WireTextField.kt" + line="144" + column="27"/> + id="ComposeParameterOrder" + 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: [shouldShowPlaceholder: Boolean, placeholderText: String? = null, labelText: String? = null, labelMandatoryIcon: Boolean = false, descriptionText: String? = null, leadingIcon: @Composable (() -> Unit)? = null, trailingIcon: @Composable (() -> Unit)? = null, state: WireTextFieldState = WireTextFieldState.Default, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, placeholderTextStyle: TextStyle = MaterialTheme.wireTypography.body01, placeholderAlignment: Alignment.Horizontal = Alignment.Start, inputMinHeight: Dp = MaterialTheme.wireDimensions.textFieldMinHeight, shape: Shape = RoundedCornerShape(MaterialTheme.wireDimensions.textFieldCornerSize), colors: WireTextFieldColors = wireTextFieldColors(), modifier: Modifier = Modifier, onTap: ((Offset) -> Unit)? = null, testTag: String = String.EMPTY, innerBasicTextField: InnerBasicTextFieldBuilder] but should be [shouldShowPlaceholder: Boolean, innerBasicTextField: InnerBasicTextFieldBuilder, modifier: Modifier = Modifier, placeholderText: String? = null, labelText: String? = null, labelMandatoryIcon: Boolean = false, descriptionText: String? = null, leadingIcon: @Composable (() -> Unit)? = null, trailingIcon: @Composable (() -> Unit)? = null, state: WireTextFieldState = WireTextFieldState.Default, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, placeholderTextStyle: TextStyle = MaterialTheme.wireTypography.body01, placeholderAlignment: Alignment.Horizontal = Alignment.Start, inputMinHeight: Dp = MaterialTheme.wireDimensions.textFieldMinHeight, shape: Shape = RoundedCornerShape(MaterialTheme.wireDimensions.textFieldCornerSize), colors: WireTextFieldColors = wireTextFieldColors(), onTap: ((Offset) -> Unit)? = null, testTag: String = String.EMPTY]. See https://slackhq.github.io/compose-lints/rules/#ordering-composable-parameters-properly for more information." + errorLine1="internal fun WireTextFieldLayout(" + errorLine2=" ^"> + file="src/main/kotlin/com/wire/android/ui/common/textfield/WireTextFieldLayout.kt" + line="60" + column="33"/> + id="ComposePreviewNaming" + message="Preview annotations with 2 preview annotations should end with the `Previews` suffix. See https://slackhq.github.io/compose-lints/rules/#naming-multipreview-annotations-properly for more information." + errorLine1="@Preview(" + errorLine2="^"> + file="src/main/kotlin/com/wire/android/util/ui/PreviewMultipleThemes.kt" + line="26" + column="1"/> + id="ComposeRememberMissing" + message="Using `derivedStateOf` in a @Composable function without it being inside of a remember function. If you don't remember the state instance, a new state instance will be created when the function is recomposed. See https://slackhq.github.io/compose-lints/rules/#state-should-be-remembered-in-composables for more information." + errorLine1=" return derivedStateOf { BiasAlignment.Horizontal(bias) }" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="src/main/kotlin/com/wire/android/ui/common/topappbar/search/SearchTopBar.kt" + line="162" + column="12"/> diff --git a/app/src/main/kotlin/com/wire/android/navigation/OtherDestinations.kt b/app/src/main/kotlin/com/wire/android/navigation/OtherDestinations.kt index 336c221172..ae17960fa0 100644 --- a/app/src/main/kotlin/com/wire/android/navigation/OtherDestinations.kt +++ b/app/src/main/kotlin/com/wire/android/navigation/OtherDestinations.kt @@ -52,9 +52,9 @@ interface IntentDirection : Direction { fun intent(context: Context): Intent } -object SupportScreenDestination : ExternalUriDirection { - override val uri: Uri - get() = Uri.parse(BuildConfig.URL_SUPPORT) +object SupportScreenDestination : ExternalUriStringResDirection { + override val uriStringRes: Int + get() = R.string.url_support } object PrivacyPolicyScreenDestination : ExternalUriStringResDirection { diff --git a/app/src/main/kotlin/com/wire/android/ui/home/conversations/model/UIMessage.kt b/app/src/main/kotlin/com/wire/android/ui/home/conversations/model/UIMessage.kt index 8148aa3167..bb0553ddbf 100644 --- a/app/src/main/kotlin/com/wire/android/ui/home/conversations/model/UIMessage.kt +++ b/app/src/main/kotlin/com/wire/android/ui/home/conversations/model/UIMessage.kt @@ -494,7 +494,7 @@ sealed class UIMessageContent { class MLSWrongEpochWarning : SystemMessage( iconResId = R.drawable.ic_info, stringResId = R.string.label_system_message_conversation_mls_wrong_epoch_error_handled, - learnMoreResId = R.string.label_system_message_learn_more_about_mls_link + learnMoreResId = R.string.url_system_message_learn_more_about_mls ) data class ConversationProtocolChanged( @@ -509,7 +509,7 @@ sealed class UIMessageContent { learnMoreResId = when (protocol) { Conversation.Protocol.PROTEUS -> null Conversation.Protocol.MIXED -> null - Conversation.Protocol.MLS -> R.string.label_system_message_learn_more_about_mls_link + Conversation.Protocol.MLS -> R.string.url_system_message_learn_more_about_mls } ) diff --git a/app/src/main/kotlin/com/wire/android/ui/home/conversations/search/EmptySearchQueryScreen.kt b/app/src/main/kotlin/com/wire/android/ui/home/conversations/search/EmptySearchQueryScreen.kt index 7d0241684f..4208705546 100644 --- a/app/src/main/kotlin/com/wire/android/ui/home/conversations/search/EmptySearchQueryScreen.kt +++ b/app/src/main/kotlin/com/wire/android/ui/home/conversations/search/EmptySearchQueryScreen.kt @@ -38,7 +38,6 @@ import androidx.compose.ui.res.stringResource import androidx.compose.ui.text.style.TextAlign import androidx.compose.ui.text.style.TextDecoration import androidx.compose.ui.tooling.preview.Preview -import com.wire.android.BuildConfig import com.wire.android.R import com.wire.android.ui.common.dimensions import com.wire.android.ui.theme.wireColorScheme @@ -64,20 +63,19 @@ fun EmptySearchQueryScreen() { textAlign = TextAlign.Center ) Spacer(modifier = Modifier.height(dimensions().spacing16x)) + val aboutSearchUrl = stringResource(id = R.string.url_learn_about_search) Text( text = stringResource(R.string.label_learn_more_searching_user), style = MaterialTheme.wireTypography.body02.copy( textDecoration = TextDecoration.Underline, color = MaterialTheme.colorScheme.primary ), - modifier = Modifier.clickable { CustomTabsHelper.launchUrl(context, LEARN_ABOUT_SEARCH_URL) } + modifier = Modifier.clickable { CustomTabsHelper.launchUrl(context, aboutSearchUrl) } ) } } } -private const val LEARN_ABOUT_SEARCH_URL = "${BuildConfig.URL_SUPPORT}/hc/en-us/articles/203121850-How-can-I-find-someone" - @Preview @Composable fun EmptySearchQueryScreenPreview() { diff --git a/app/src/main/kotlin/com/wire/android/ui/home/conversations/search/messages/SearchConversationMessagesEmptyScreen.kt b/app/src/main/kotlin/com/wire/android/ui/home/conversations/search/messages/SearchConversationMessagesEmptyScreen.kt index abc25c6897..300d8ff668 100644 --- a/app/src/main/kotlin/com/wire/android/ui/home/conversations/search/messages/SearchConversationMessagesEmptyScreen.kt +++ b/app/src/main/kotlin/com/wire/android/ui/home/conversations/search/messages/SearchConversationMessagesEmptyScreen.kt @@ -34,7 +34,6 @@ import androidx.compose.ui.platform.LocalContext import androidx.compose.ui.res.stringResource import androidx.compose.ui.text.style.TextAlign import androidx.compose.ui.text.style.TextDecoration -import com.wire.android.BuildConfig import com.wire.android.R import com.wire.android.ui.common.dimensions import com.wire.android.ui.theme.WireTheme @@ -60,6 +59,7 @@ fun SearchConversationMessagesEmptyScreen() { textAlign = TextAlign.Center ) Spacer(modifier = Modifier.height(dimensions().spacing8x)) + val searchUrl = stringResource(id = R.string.url_learn_about_conversation_search) Text( text = stringResource(R.string.label_learn_more), style = MaterialTheme.wireTypography.body02.copy( @@ -69,7 +69,7 @@ fun SearchConversationMessagesEmptyScreen() { modifier = Modifier.clickable { CustomTabsHelper.launchUrl( context, - LEARN_ABOUT_SEARCH_URL + searchUrl ) } ) @@ -77,9 +77,6 @@ fun SearchConversationMessagesEmptyScreen() { } } -private const val LEARN_ABOUT_SEARCH_URL = - "${BuildConfig.URL_SUPPORT}/hc/en-us/articles/115001426529-Search-in-a-conversation" - @PreviewMultipleThemes @Composable fun previewSearchConversationMessagesEmptyScreen() { diff --git a/app/src/main/kotlin/com/wire/android/ui/sharing/ImportMediaScreen.kt b/app/src/main/kotlin/com/wire/android/ui/sharing/ImportMediaScreen.kt index ff165b06ca..7419356381 100644 --- a/app/src/main/kotlin/com/wire/android/ui/sharing/ImportMediaScreen.kt +++ b/app/src/main/kotlin/com/wire/android/ui/sharing/ImportMediaScreen.kt @@ -327,7 +327,7 @@ fun FileSharingRestrictedContent( modifier: Modifier = Modifier ) { val context = LocalContext.current - val learnMoreUrl = stringResource(R.string.file_sharing_restricted_learn_more_link) + val learnMoreUrl = stringResource(R.string.url_file_sharing_restricted_learn_more) Column( horizontalAlignment = Alignment.CenterHorizontally, diff --git a/app/src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserDevicesScreen.kt b/app/src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserDevicesScreen.kt index 73e1a6062d..3b600ae09e 100644 --- a/app/src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserDevicesScreen.kt +++ b/app/src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserDevicesScreen.kt @@ -35,7 +35,6 @@ import androidx.compose.ui.Modifier import androidx.compose.ui.platform.LocalContext import androidx.compose.ui.res.stringResource import androidx.compose.ui.text.style.TextAlign -import com.wire.android.BuildConfig import com.wire.android.R import com.wire.android.ui.authentication.devices.DeviceItem import com.wire.android.ui.authentication.devices.model.Device @@ -87,7 +86,7 @@ private fun OtherUserDevicesContent( onDeviceClick: (Device) -> Unit ) { val context = LocalContext.current - val supportUrl = BuildConfig.URL_SUPPORT + stringResource(id = R.string.url_why_verify_conversation) + val supportUrl = stringResource(id = R.string.url_why_verify_conversation) with(state) { LazyColumn( state = lazyListState, diff --git a/app/src/main/res/values-af/strings.xml b/app/src/main/res/values-af/strings.xml index 546139937b..a729f68814 100644 --- a/app/src/main/res/values-af/strings.xml +++ b/app/src/main/res/values-af/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -932,7 +931,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 0aae9c0cd0..4ab5e5a595 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -636,7 +636,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -1004,7 +1003,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1210,7 +1208,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-bn/strings.xml b/app/src/main/res/values-bn/strings.xml index e8b98405b9..c77a1aad7a 100644 --- a/app/src/main/res/values-bn/strings.xml +++ b/app/src/main/res/values-bn/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -932,7 +931,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 546139937b..a729f68814 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -932,7 +931,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index a361af01ab..bf38d11b5d 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -628,7 +628,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -968,7 +967,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1170,7 +1168,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 546139937b..a729f68814 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -932,7 +931,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index a8b0c1ca20..81ccc65e46 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -621,7 +621,6 @@ Aufgrund der Umstellung auf MLS haben Sie möglicherweise Probleme mit Ihrem aktuellen Anruf. Wenn das der Fall ist, legen Sie auf und rufen Sie erneut an. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. Diese Unterhaltung verwendet jetzt das neue Protokoll namens Messaging-Layer-Security (MLS). Um eine reibungslose Kommunikation zu gewährleisten, verwenden Sie immer die neueste Wire-Version auf Ihren Geräten. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- ein aus **Sie** haben die Unterhaltung begonnen @@ -933,7 +932,6 @@ Blockieren Wire gibt jedem Gerät einen einzigartigen Fingerabdruck. Vergleichen Sie diese mit %1$s und überprüfen Sie Ihre Unterhaltung. - /hc/de/articles/207859815 Allgemein Kontoeinstellungen Geräte @@ -1130,7 +1128,6 @@ %1$s konnte einige Ihrer Nachrichten nicht entschlüsseln, hat das Problem aber gelöst. Dies betraf alle Unterhaltungen, die Sie gemeinsam nutzen. Migration von Version 3.82.38 Starten - https://support.wire.com/hc/de/articles/4406404582673-Wie-kann-ich-die-Dateifreigabe-für-mein-Team-einschränken- Sie können diese Datei nicht teilen, da diese Funktion deaktiviert ist. Sie müssen sich bei Wire anmelden, bevor Sie etwas freigeben können Wire öffnen diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 546139937b..a729f68814 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -932,7 +931,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 51116918fb..289c058e78 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -620,7 +620,6 @@ Hasta 500 personas pueden unirse a una conversación en grupo. Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- encendido apagado **You** started the conversation @@ -929,7 +928,6 @@ Hasta 500 personas pueden unirse a una conversación en grupo. Bloquear Wire asigna una huella digital única a cada dispositivo. Comparelas con %1$s y verifique su conversación. - /hc/es/articles/207859815 General Configuración de la cuenta Dispositivos @@ -1126,7 +1124,6 @@ Hasta 500 personas pueden unirse a una conversación en grupo. %1$s no pudo descifrar algunos de tus mensajes pero ha resuelto el problema. Esto afectó a todas las conversaciones que compartes juntos. Migrar desde la versión 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- No puedes compartir este archivo porque esta función está deshabilitada para esta cuenta. Necesitas iniciar sesión en Wire antes de poder compartir nada Abrir Wire diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index 351d6b49a8..b90de0f257 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- sees väljas **You** started the conversation @@ -932,7 +931,6 @@ Blokeeri Wire annab igale seadmele unikaalse sõrmejälje. Võrdle neid kasutaja %1$s-ga ja kinnita oma vestluse turvalisus. - /hc/en-us/articles/207859815 Üldine Konto seaded Seadmed @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Ava Wire diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml index e8b98405b9..c77a1aad7a 100644 --- a/app/src/main/res/values-fa/strings.xml +++ b/app/src/main/res/values-fa/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -932,7 +931,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 546139937b..a729f68814 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -932,7 +931,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 548a8ceb23..04cb309caf 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -608,7 +608,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -920,7 +919,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1118,7 +1116,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml index b35e94bcc6..0cca22403e 100644 --- a/app/src/main/res/values-he/strings.xml +++ b/app/src/main/res/values-he/strings.xml @@ -628,7 +628,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -968,7 +967,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1170,7 +1168,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index e8b98405b9..c77a1aad7a 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -932,7 +931,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 78f17c1221..1559ae0d57 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -618,7 +618,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -944,7 +943,6 @@ Blokiraj Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Postavke Računa Devices @@ -1143,7 +1141,6 @@ %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 3ddc4de1cc..4960e391da 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -1,5 +1,4 @@ - - - /hc/en-us/articles/207859815 Általános Fiók beállításai Eszközök @@ -1129,7 +1126,6 @@ %1$s nem tudta visszafejteni néhány üzenetét, de megoldotta a problémát. Ez érintette az összes közös beszélgetésüket. Átlépés a 3.82.38-as verzióról Indítás - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- Nem tudja megosztani ezt a fájlt, mivel ez a lehetőség le van tiltva e fiók számára. Be kell jelentkeznie a Wire-be, mielőtt bármit is meg tudna osztani Wire megnyitása diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-id/strings.xml index b2dccb52ec..3b3b46f7a4 100644 --- a/app/src/main/res/values-id/strings.xml +++ b/app/src/main/res/values-id/strings.xml @@ -616,7 +616,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -914,7 +913,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1110,7 +1108,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 6ee8e5eb28..9c3154a550 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -618,7 +618,6 @@ Fino a 500 persone possono unirsi a una conversazione di gruppo. A causa della migrazione a MLS, potresti riscontrare dei problemi con la tua chiamata corrente. In tal caso, riaggancia e richiama. Migrazione del protocollo crittografico avviata. Assicurati che tutti i tuoi client di Wire siano aggiornati. Ora, questa conversazione utilizza il nuovo protocollo Messaging Layer Security (MLS). Per comunicare senza problemi, utilizza sempre la versione più recente di Wire sui tuoi dispositivi. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- acceso spento **Hai** avviato la conversazione @@ -927,7 +926,6 @@ Rispondendo qui, verrà riagganciata l\'altra chiamata. Blocca Wire assegna a ogni dispositivo una impronta digitale univoca. Confrontale con %1$s e verifica la tua conversazione. - /hc/en-us/articles/207859815 Generale Impostazioni dell\'account Dispositivi @@ -1124,7 +1122,6 @@ Rispondendo qui, verrà riagganciata l\'altra chiamata. %1$s non è stato in grado di decrittare alcuni dei tuoi messaggi ma ha risolto il problema. Questo ha influenzato tutte le conversazioni condivise. Migrazione dalla versione 3.82.38 Avvia - https://support.wire.com/hc/it/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- Non puoi condividere questo file perché questa funzionalità è disabilitata per questo profilo. Devi essere connesso a Wire prima di poter condividere qualcosa Apri Wire diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index b9aa8a3ef6..a9da59d91c 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -611,7 +611,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -909,7 +908,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1105,7 +1103,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 915196a675..f19a3c252e 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -616,7 +616,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -914,7 +913,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1110,7 +1108,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 553719b01a..a85b654721 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -628,7 +628,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -968,7 +967,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1170,7 +1168,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-mk/strings.xml b/app/src/main/res/values-mk/strings.xml index e8b98405b9..c77a1aad7a 100644 --- a/app/src/main/res/values-mk/strings.xml +++ b/app/src/main/res/values-mk/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -932,7 +931,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 546139937b..a729f68814 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -932,7 +931,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml index 546139937b..a729f68814 100644 --- a/app/src/main/res/values-no/strings.xml +++ b/app/src/main/res/values-no/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -932,7 +931,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-pa/strings.xml b/app/src/main/res/values-pa/strings.xml index e8b98405b9..c77a1aad7a 100644 --- a/app/src/main/res/values-pa/strings.xml +++ b/app/src/main/res/values-pa/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -932,7 +931,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index b2f973295e..8a1f248f37 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -630,7 +630,6 @@ Do grupy może dołączyć maksymalnie 500 osób. Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- włączone wyłączone **You** started the conversation @@ -969,7 +968,6 @@ Dołączenie do tego połączenia spowoduje zakończenie tam Zablokuj \Wire nadaje każdemu urządzeniu unikalny odcisk palca. Porównaj je z %1$s i zweryfikuj swoją konwersację. \ - /hc/en-us/articles/207859815 Ogólne Ustawienia konta Urządzenia @@ -1171,7 +1169,6 @@ Prosimy użyć zarządzania zespołami (%1$s) na tym środow %1$s nie mógł zdekodować niektórych Twoich wiadomości, ale rozwiązał problem. To dotyczy wszystkich Twoich wspólnych konwersacji. Migruj z wersji 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 5612791221..694affd76b 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -621,7 +621,6 @@ Até 500 pessoas podem participar de uma conversa em grupo. Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- ativadas desativadas **You** started the conversation @@ -929,7 +928,6 @@ Até 500 pessoas podem participar de uma conversa em grupo. Bloquear Wire cria uma identificação única para cada dispositivo. Compare-as com %1$s para verificar conversa. - /hc/pt/articles/207859815 Geral Configurações da Conta Dispositivos @@ -1127,7 +1125,6 @@ Por favor, use o gerenciamento de equipe (%1$s) neste backend. %1$s não conseguiu decifrar algumas de suas mensagens, mas resolveu o problema. Isso afetou todas as conversas que você compartilha juntos. Migrar da versão 3.82.38 Iniciar - https://support.wire.com/hc/pt-br/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- Você não pode compartilhar este arquivo porque esta funcionalidade está desativado para esta conta. Você precisa estar conectado ao Wire antes de compartilhar qualquer coisa Abrir Wire diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 2945059582..cf218c803f 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -624,7 +624,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -950,7 +949,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1150,7 +1148,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 2de5a019f6..1a6888b74c 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -627,7 +627,6 @@ При переходе на MLS могут возникнуть проблемы с текущим вызовом. В этом случае прервите разговор и позвоните снова. Началась миграция протокола шифрования. Убедитесь, что все ваши клиенты Wire обновлены. Теперь в этой беседе используется новый протокол Messaging Layer Security (MLS). Для обеспечения надежной связи всегда используйте последнюю версию Wire на своих устройствах. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- вкл выкл **Вы** начали беседу @@ -967,7 +966,6 @@ Заблокировать Wire присваивает каждому устройству уникальный отпечаток. Сравните их с %1$s и верифицируйте вашу беседу. - /hc/en-us/articles/207859815 Основные Настройки аккаунта Устройства @@ -1168,7 +1166,6 @@ %1$s не смог расшифровать некоторые из ваших сообщений, но решил проблему. Это затронуло все ваши совместные беседы. Миграция с версии 3.82.38 Начать - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- Вы не можете поделиться этим файлом, поскольку данная возможность отключена для данного аккаунта. Чтобы поделиться чем-либо, необходимо авторизоваться в Wire Открыть Wire diff --git a/app/src/main/res/values-si/strings.xml b/app/src/main/res/values-si/strings.xml index e137c6ec2f..ba1671dca2 100644 --- a/app/src/main/res/values-si/strings.xml +++ b/app/src/main/res/values-si/strings.xml @@ -608,7 +608,6 @@ MLS වෙත සංක්‍රමණය හේතුවෙන් ඔබගේ වත්මන් ඇමතුම ගැටලු සහගත විය හැකිය. එසේ වුවහොත්, විසන්ධි කර නැවත අමතන්න. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. මෙම සංවාදය දැන් නව පණිවිඩකරණ ස්ථර ආරක්‍ෂණ (MLS) කෙටුම්පත භාවිතා කරයි. බාධාවකින් තොරව සන්නිවේදනය සඳහා සැමවිටම ඔබගේ උපාංග වලට නවතම වයර් අනුවාදය බාගන්න. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- සක්‍රියයි අක්‍රියයි **ඔබ** සංවාදය ආරම්භ කළා @@ -918,7 +917,6 @@ අවහිර කරන්න වයර් සෑම උපාංගයකටම අනන්‍ය ඇඟිලි සටහනක් ලබා දෙයි. ඒවා %1$s සමඟ සැසඳීමෙන් සංවාදය සත්‍යාපනය කරගන්න. - /hc/en-us/articles/207859815 සාමාන්‍ය ගිණුමේ සැකසුම් උපාංග @@ -1115,7 +1113,6 @@ %1$s මගින් ඔබගේ ඇතැම් පණිවිඩ විසංකේතනයට නොහැකි වූ නමුත් ගැටළුව විසඳා ඇත. මෙය ඔබ එකවර බෙදා ගන්නා සියළුම සංවාද වලට බලපාන ලදි. Migrate from version 3.82.38 අරඹන්න - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- මෙම ගිණුමට මෙම විශේෂාංගය අබල කර ඇති නිසා ඔබට මෙම ගොනුව බෙදා ගැනීමට නොහැකිය. ඕනෑම දෙයක් බෙදා ගැනීමට පෙර ඔබ වයර් වෙත ඇතුළු විය යුතුය වයර් අරින්න diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index 6b7361f196..9ddaa31c39 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -628,7 +628,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -968,7 +967,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1170,7 +1168,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index df68f41d15..0061a2cd09 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -628,7 +628,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -968,7 +967,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1170,7 +1168,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 2945059582..cf218c803f 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -624,7 +624,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -950,7 +949,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1150,7 +1148,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index b6c85b3a95..1d973c920c 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -620,7 +620,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **Du** startade konversationen @@ -932,7 +931,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Enheter @@ -1130,7 +1128,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Öppna Wire diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 9a9b0faebd..b5b8d8e672 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -622,7 +622,6 @@ Yedek dosyayı korumak için güçlü bir şifre seçin. Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -934,7 +933,6 @@ Yedek dosyayı korumak için güçlü bir şifre seçin. Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1132,7 +1130,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index e1d94a2015..b24b10c77c 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -628,7 +628,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -968,7 +967,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1170,7 +1168,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 915196a675..f19a3c252e 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -616,7 +616,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -914,7 +913,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1110,7 +1108,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index b2dccb52ec..3b3b46f7a4 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -616,7 +616,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -914,7 +913,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1110,7 +1108,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 58dbcb68d8..08a6886819 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -176,21 +176,28 @@ Scroll down to last message, button Location item - https://support.wire.com - https://support.wire.com/hc/articles/207948115-Why-was-I-notified-that-a-message-from-a-contact-was-not-received- - https://support.wire.com/hc/articles/6655706999581-What-s-new-on-Android- - https://support.wire.com/hc/articles/212053645-Like-a-message - https://support.wire.com/hc/articles/360000665277-Activate-or-deactivate-read-receipts - https://support.wire.com/hc/articles/9357718008093-Backend - https://support.wire.com/hc/articles/207693005-How-can-I-verify-my-own-devices- - https://support.wire.com/hc/articles/207692235-How-can-I-compare-key-fingerprints- - https://support.wire.com/hc/categories/4719917054365-Federation - https://support.wire.com/hc/articles/115004082129 https://medium.com/wire-news/android-updates/home https://medium.com/feed/wire-news/tagged/android http://maps.google.com/maps?z=%1d&q=loc:%2f+%2f - https://wire.com/privacy-policy#:~:text=We%20process%20individual%20data%20about,%C2%A7%201%20a)%20GDPR). + + https://support.wire.com https://wire.com/legal + https://wire.com/privacy-policy#:~:text=We%20process%20individual%20data%20about,%C2%A7%201%20a)%20GDPR). + https://support.wire.com/hc/articles/115004082129 + https://support.wire.com/hc/articles/207948115 + https://support.wire.com/hc/categories/4719917054365 + https://support.wire.com/hc/articles/4406404582673 + https://support.wire.com/hc/articles/115001426529 + https://support.wire.com/hc/articles/203121850 + https://support.wire.com/hc/articles/360002018278 + https://support.wire.com/hc/articles/9357718008093 + https://support.wire.com/hc/articles/212053645 + https://support.wire.com/hc/articles/360000665277 + https://support.wire.com/hc/articles/207692235 + https://support.wire.com/hc/articles/207693005 + https://support.wire.com/hc/articles/12434725011485 + https://support.wire.com/hc/articles/6655706999581 + https://support.wire.com/hc/articles/207859815 Vault Archive @@ -640,7 +647,6 @@ Due to migration to MLS, you might have issues with your current call. If that\'s the case, hang up and call again. Migration of encryption protocol has started. Make sure you all your Wire clients are updated. This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. - https://support.wire.com/hc/en-us/articles/12434725011485-Messaging-Layer-Security-MLS- on off **You** started the conversation @@ -955,7 +961,6 @@ Block Wire gives every device a unique fingerprint. Compare them with %1$s and verify your conversation. - /hc/en-us/articles/207859815 General Account Settings Devices @@ -1156,7 +1161,6 @@ In group conversations, the group admin can overwrite this setting. %1$s was unable to decrypt some of your messages but has solved the issue. This affected all conversations you share together. Migrate from version 3.82.38 Start - https://support.wire.com/hc/en-us/articles/4406404582673-How-can-I-restrict-file-sharing-for-my-team- You can not share this file because this feature is disabled for this account. You need to be logged in to Wire before you can share anything Open Wire @@ -1381,7 +1385,6 @@ In group conversations, the group admin can overwrite this setting. Accept Not Now Learn more about legal hold - https://support.wire.com/hc/articles/360002018278-What-is-legal-hold- Legal hold deactivated Future messages will not be recorded. %1$s is subject to legal hold