Clean up some build warnings
This commit is contained in:
parent
38acd6f110
commit
1f904815fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue