Code Refactor / Dependency Update

This commit is contained in:
tom5079
2021-12-17 11:23:32 +09:00
parent 052990c4ef
commit ef0f71310b
155 changed files with 28 additions and 5188 deletions

View File

@@ -198,12 +198,13 @@ class ReaderActivity : ComponentActivity(), DIAware {
Text((i + 1).toString())
}
}
else
else {
SubSampledImage(
modifier = Modifier.fillMaxSize(),
imageSource = imageSource,
state = states[i]
)
}
}
}
}