From 8fc489cc59d9f2c745e97d5b3b7ff6ba4724975c Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 19 Jun 2023 20:43:55 -0400 Subject: [PATCH] Formatting --- .../vitorpamplona/amethyst/ui/screen/loggedIn/ChannelScreen.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/ChannelScreen.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/ChannelScreen.kt index cb8add738..6121a9df0 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/ChannelScreen.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/ChannelScreen.kt @@ -80,7 +80,6 @@ import com.vitorpamplona.amethyst.ui.components.RobohashAsyncImageProxy import com.vitorpamplona.amethyst.ui.components.VideoView import com.vitorpamplona.amethyst.ui.navigation.Route import com.vitorpamplona.amethyst.ui.note.ChatroomMessageCompose -import com.vitorpamplona.amethyst.ui.note.LikeIcon import com.vitorpamplona.amethyst.ui.note.LikeReaction import com.vitorpamplona.amethyst.ui.note.ZapReaction import com.vitorpamplona.amethyst.ui.screen.NostrChannelFeedViewModel @@ -535,7 +534,7 @@ private fun LiveChannelActionOptions( } if (isMe) { - //EditButton(accountViewModel, channel) + // EditButton(accountViewModel, channel) } else { LocalCache.addressables[channel.idHex]?.let { LikeReaction(it, MaterialTheme.colors.onSurface, accountViewModel)