diff --git a/src/main/kotlin/com/looker/droidify/ui/fragments/AppSheetX.kt b/src/main/kotlin/com/looker/droidify/ui/fragments/AppSheetX.kt index f3360f4a..cb7640ca 100644 --- a/src/main/kotlin/com/looker/droidify/ui/fragments/AppSheetX.kt +++ b/src/main/kotlin/com/looker/droidify/ui/fragments/AppSheetX.kt @@ -387,7 +387,7 @@ class AppSheetX() : FullscreenBottomSheetDialogFragment(), AppDetailAdapter.Call } override fun onScreenshotClick(screenshot: Screenshot) { - val pair = productRepos.asSequence() + /*val pair = productRepos.asSequence() .map { it -> Pair( it.second, @@ -402,7 +402,7 @@ class AppSheetX() : FullscreenBottomSheetDialogFragment(), AppDetailAdapter.Call childFragmentManager ) } - } + }*/ } override fun onReleaseClick(release: Release) {