Update: Disable screenshots launching temporarily

This commit is contained in:
machiav3lli 2022-03-04 19:28:28 +01:00
parent f6173c80d3
commit 8ccddefc99

View File

@ -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) {