mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 05:17:26 +02:00
Removes logs from previous commit
This commit is contained in:
@@ -444,10 +444,8 @@ private fun ZoomableContentView(
|
|||||||
state: RichTextViewerState,
|
state: RichTextViewerState,
|
||||||
accountViewModel: AccountViewModel,
|
accountViewModel: AccountViewModel,
|
||||||
) {
|
) {
|
||||||
println("AABBCC ZoomableContentView -- ${state.imagesForPager.keys.joinToString("..") { it }}")
|
|
||||||
state.imagesForPager[word]?.let {
|
state.imagesForPager[word]?.let {
|
||||||
Box(modifier = HalfVertPadding) {
|
Box(modifier = HalfVertPadding) {
|
||||||
println("AABBCC ZoomableContentView inside $word")
|
|
||||||
ZoomableContentView(it, state.imageList, roundedCorner = true, isFiniteHeight = false, accountViewModel)
|
ZoomableContentView(it, state.imageList, roundedCorner = true, isFiniteHeight = false, accountViewModel)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user