Removes unnecessary labels

This commit is contained in:
Vitor Pamplona
2025-05-14 15:17:31 -04:00
parent 9e13e88ae9
commit 4ae86861f8
@@ -75,7 +75,7 @@ fun WatchNoteEvent(
} else {
// avoid observing costs if already has an event.
val hasEvent by observeNoteHasEvent(baseNote, accountViewModel)
CrossfadeIfEnabled(targetState = hasEvent, label = "Event presence", accountViewModel = accountViewModel) {
CrossfadeIfEnabled(targetState = hasEvent, accountViewModel = accountViewModel) {
if (it) {
onNoteEventFound()
} else {