mirror of
https://github.com/GrakovNe/lissen-android.git
synced 2026-07-31 18:37:33 -04:00
bump version
This commit is contained in:
@@ -134,9 +134,7 @@ fun LibraryScreen(
|
||||
LaunchedEffect(Unit) {
|
||||
snapshotFlow { networkStatus }
|
||||
.distinctUntilChanged()
|
||||
.collect { status ->
|
||||
refreshContent(false)
|
||||
}
|
||||
.collect { _ -> refreshContent(false) }
|
||||
}
|
||||
|
||||
LaunchedEffect(preparingError) {
|
||||
|
||||
Reference in New Issue
Block a user