diff --git a/feature/messaging/src/main/kotlin/org/meshtastic/feature/messaging/component/Reaction.kt b/feature/messaging/src/main/kotlin/org/meshtastic/feature/messaging/component/Reaction.kt index fdc07070d..9cb2e903a 100644 --- a/feature/messaging/src/main/kotlin/org/meshtastic/feature/messaging/component/Reaction.kt +++ b/feature/messaging/src/main/kotlin/org/meshtastic/feature/messaging/component/Reaction.kt @@ -152,7 +152,7 @@ internal fun ReactionDialog(reactions: List, onDismiss: () -> Unit = { horizontalArrangement = Arrangement.SpaceBetween, verticalAlignment = Alignment.CenterVertically, ) { - val isLocalOrPreDbUpdateReaction = (reaction.snr == 0.0f) + val isLocalOrPreDbUpdateReaction = (reaction.rssi == 0) if (!isLocalOrPreDbUpdateReaction) { if (reaction.hopsAway == 0) { Row(horizontalArrangement = Arrangement.spacedBy(8.dp)) {