bump version

This commit is contained in:
grakovne
2024-12-20 14:32:40 +01:00
parent e6602cc6ad
commit 9e59df4983

View File

@@ -134,9 +134,7 @@ fun LibraryScreen(
LaunchedEffect(Unit) {
snapshotFlow { networkStatus }
.distinctUntilChanged()
.collect { status ->
refreshContent(false)
}
.collect { _ -> refreshContent(false) }
}
LaunchedEffect(preparingError) {