Clean up some build warnings

This commit is contained in:
Cuong-Tran 2026-04-22 14:03:12 +07:00
parent 38acd6f110
commit 1f904815fa

View file

@ -80,7 +80,7 @@ fun EhLoginWebViewScreen(
)
is LoadingState.Loading -> {
val animatedProgress by animateFloatAsState(
(loadingState as? LoadingState.Loading)?.progress ?: 1f,
loadingState.progress,
animationSpec = ProgressIndicatorDefaults.ProgressAnimationSpec,
label = "webview_loading",
)