diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteQuickActionMenu.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteQuickActionMenu.kt index 18716dd0f..070403e87 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteQuickActionMenu.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteQuickActionMenu.kt @@ -91,7 +91,6 @@ import com.vitorpamplona.amethyst.ui.theme.QuickActionPopupShadow import com.vitorpamplona.amethyst.ui.theme.SmallestBorder import com.vitorpamplona.amethyst.ui.theme.isLight import com.vitorpamplona.amethyst.ui.theme.secondaryButtonBackground -import com.vitorpamplona.quartz.experimental.audio.track.AudioTrackEvent import com.vitorpamplona.quartz.experimental.bounties.bountyBaseReward import com.vitorpamplona.quartz.nip51Lists.followList.FollowListEvent import com.vitorpamplona.quartz.nip51Lists.peopleList.PeopleListEvent @@ -123,8 +122,6 @@ val externalLinkForNote = { note: Note -> "https://nostrbounties.com/b/${note.toNAddr()}" } else if (note.event is PeopleListEvent) { "https://listr.lol/a/${note.toNAddr()}" - } else if (note.event is AudioTrackEvent) { - "https://zapstr.live/?track=${note.toNAddr()}" } else if (note.event is FollowListEvent) { "https://following.space/d/${note.address.dTag}?p=${note.address.pubKeyHex}" } else {