From d59a68ec2e7fddb5831ca73ef5fd44ab20bba724 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 6 Jul 2023 11:41:11 -0400 Subject: [PATCH] Formatting --- .../com/vitorpamplona/amethyst/ui/note/ChannelCardCompose.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/ChannelCardCompose.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/ChannelCardCompose.kt index 1cb0ae0f35..774f0093c8 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/ChannelCardCompose.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/ChannelCardCompose.kt @@ -490,7 +490,6 @@ fun RenderLiveActivityThumb(baseNote: Note, accountViewModel: AccountViewModel, } } - @Composable fun RenderCommunitiesThumb(baseNote: Note, accountViewModel: AccountViewModel, nav: (String) -> Unit) { val noteEvent = baseNote.event as? CommunityDefinitionEvent ?: return