diff --git a/app/src/main/kotlin/com/wire/android/ui/home/conversationslist/ConversationRouter.kt b/app/src/main/kotlin/com/wire/android/ui/home/conversationslist/ConversationRouter.kt index 7f98d741341..3129a138d9e 100644 --- a/app/src/main/kotlin/com/wire/android/ui/home/conversationslist/ConversationRouter.kt +++ b/app/src/main/kotlin/com/wire/android/ui/home/conversationslist/ConversationRouter.kt @@ -69,6 +69,7 @@ import kotlinx.coroutines.flow.MutableSharedFlow // Since the HomeScreen is responsible for displaying the bottom sheet content, // we create a bridge that passes the content of the BottomSheet // also we expose the lambda which expands the BottomSheet from the HomeScreen +@Suppress("ComplexMethod") @Composable fun ConversationRouterHomeBridge( navigator: Navigator,