Fix compile

This commit is contained in:
Syer10
2022-12-30 17:35:25 -05:00
parent 5cd7f63485
commit a8d40c7390
2 changed files with 2 additions and 0 deletions

View File

@@ -201,6 +201,7 @@ private fun LazyListScope.items(
ReaderImage(
imageIndex = image.index,
drawableHolder = image.bitmap.collectAsState().value,
bitmapInfo = image.bitmapInfo.collectAsState().value,
progress = image.progress.collectAsState().value,
status = image.status.collectAsState().value,
error = image.error.collectAsState().value,

View File

@@ -127,6 +127,7 @@ fun HandlePager(
ReaderImage(
imageIndex = image.index,
drawableHolder = image.bitmap.collectAsState().value,
bitmapInfo = image.bitmapInfo.collectAsState().value,
progress = image.progress.collectAsState().value,
status = image.status.collectAsState().value,
error = image.error.collectAsState().value,