Disabling #1122 until we solve those little issues.

This commit is contained in:
Vitor Pamplona
2024-10-08 15:00:25 -04:00
parent 04158cec6e
commit 6d9bffe9e7
@@ -161,9 +161,9 @@ fun ZoomableContentView(
nostrUriCallback = content.uri, nostrUriCallback = content.uri,
onDialog = { onDialog = {
dialogOpen = true dialogOpen = true
if (!isFoldableOrLarge && !isOrientationLocked) { // if (!isFoldableOrLarge && !isOrientationLocked) {
DeviceUtils.changeDeviceOrientation(isLandscapeMode, activity) // DeviceUtils.changeDeviceOrientation(isLandscapeMode, activity)
} // }
}, },
accountViewModel = accountViewModel, accountViewModel = accountViewModel,
) )
@@ -201,7 +201,7 @@ fun ZoomableContentView(
images, images,
onDismiss = { onDismiss = {
dialogOpen = false dialogOpen = false
if (!isFoldableOrLarge && !isOrientationLocked) DeviceUtils.changeDeviceOrientation(isLandscapeMode, activity) // if (!isFoldableOrLarge && !isOrientationLocked) DeviceUtils.changeDeviceOrientation(isLandscapeMode, activity)
}, },
accountViewModel, accountViewModel,
) )