Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrakovNe committed Dec 20, 2024
1 parent e6602cc commit 9e59df4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ fun LibraryScreen(
LaunchedEffect(Unit) {
snapshotFlow { networkStatus }
.distinctUntilChanged()
.collect { status ->
refreshContent(false)
}
.collect { _ -> refreshContent(false) }
}

LaunchedEffect(preparingError) {
Expand Down

0 comments on commit 9e59df4

Please sign in to comment.