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