mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-08 00:39:54 +00:00
Update: Disable screenshots launching temporarily
This commit is contained in:
parent
f6173c80d3
commit
8ccddefc99
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user