From 8b5da851018dcf0f6ab5d3e64ea84daaea75aebf Mon Sep 17 00:00:00 2001 From: Avently <7953703+avently@users.noreply.github.com> Date: Fri, 10 Jan 2025 19:46:53 +0700 Subject: [PATCH] filled flag --- .../chat/simplex/common/views/chatlist/ChatPreviewView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/ChatPreviewView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/ChatPreviewView.kt index 0b7054114f..8fd8169c95 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/ChatPreviewView.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/ChatPreviewView.kt @@ -474,7 +474,7 @@ fun IncognitoIcon(incognito: Boolean) { @Composable fun GroupReportsIcon() { Icon( - painterResource(MR.images.ic_flag), + painterResource(MR.images.ic_flag_filled), contentDescription = null, tint = MaterialTheme.colors.error, modifier = Modifier