spotlessApply my beloved

(cherry picked from commit 6c6ea84509cc1bd859c880bebbc69067a241b358)

# Conflicts:
#	app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaScreen.kt
This commit is contained in:
AntsyLich 2024-09-02 22:35:00 +06:00 committed by Jobobby04
parent 44fd9f3564
commit 3972d7fe4b

View File

@ -112,8 +112,9 @@ class MangaScreen(
val haptic = LocalHapticFeedback.current
val scope = rememberCoroutineScope()
val lifecycleOwner = LocalLifecycleOwner.current
val screenModel =
rememberScreenModel { MangaScreenModel(context, lifecycleOwner.lifecycle, mangaId, fromSource, smartSearchConfig != null) }
val screenModel = rememberScreenModel {
MangaScreenModel(context, lifecycleOwner.lifecycle, mangaId, fromSource, smartSearchConfig != null)
}
val state by screenModel.state.collectAsStateWithLifecycle()