mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-21 12:17:12 +03:00
fuck lint (again)
This commit is contained in:
parent
febf0460c0
commit
c19b4b5cff
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ object SettingsLibraryScreen : SearchableSettings {
|
|||
.collectAsState(initial = runBlocking { getCategories.await() })
|
||||
val getAnimeCategories = remember { Injekt.get<GetAnimeCategories>() }
|
||||
val allAnimeCategories by getAnimeCategories.subscribe()
|
||||
.collectAsState(initial = runBlocking { getAnimeCategories.await() })
|
||||
.collectAsState(initial = runBlocking { getAnimeCategories.await() })
|
||||
val libraryPreferences = remember { Injekt.get<LibraryPreferences>() }
|
||||
|
||||
return listOf(
|
||||
|
|
Loading…
Reference in a new issue