From 1a4396dbe3974034d4f8835928a88fbe5d672d90 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:51:44 +0200 Subject: [PATCH] removes unneded variable --- .../vitorpamplona/amethyst/ui/components/ZoomableContentView.kt | 1 - .../vitorpamplona/amethyst/ui/screen/loggedIn/ProfileGallery.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ZoomableContentView.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ZoomableContentView.kt index 61bde3ef5..5917bcf97 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ZoomableContentView.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ZoomableContentView.kt @@ -181,7 +181,6 @@ fun GalleryContentView( content: BaseMediaContent, roundedCorner: Boolean, isFiniteHeight: Boolean, - isFiniteWidth: Boolean, accountViewModel: AccountViewModel, ) { when (content) { diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/ProfileGallery.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/ProfileGallery.kt index f35a46f32..1cd04e7df 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/ProfileGallery.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/ProfileGallery.kt @@ -375,7 +375,6 @@ fun InnerRenderGalleryThumb( content = content, roundedCorner = false, isFiniteHeight = false, - isFiniteWidth = false, accountViewModel = accountViewModel, ) }