diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/WatchNoteEvent.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/WatchNoteEvent.kt index fce4b355d..30358376a 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/WatchNoteEvent.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/WatchNoteEvent.kt @@ -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 {