From b2628764c9f70842d67abfbbc1dc9009c37fb0e2 Mon Sep 17 00:00:00 2001 From: David Kaspar Date: Sun, 3 Nov 2024 10:20:30 +0000 Subject: [PATCH] Remove unused shadowed orientation val --- .../amethyst/ui/components/ZoomableContentDialog.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ZoomableContentDialog.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ZoomableContentDialog.kt index a2d935c5c..aeaf127b4 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ZoomableContentDialog.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ZoomableContentDialog.kt @@ -104,8 +104,6 @@ fun ZoomableImageDialog( onDismiss: () -> Unit, accountViewModel: AccountViewModel, ) { - val orientation = LocalConfiguration.current.orientation - Dialog( onDismissRequest = onDismiss, properties =