mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 04:37:25 +01:00
spotlessApply
my beloved
This commit is contained in:
parent
4ee31bfea5
commit
6c6ea84509
@ -88,7 +88,9 @@ class MangaScreen(
|
||||
val haptic = LocalHapticFeedback.current
|
||||
val scope = rememberCoroutineScope()
|
||||
val lifecycleOwner = LocalLifecycleOwner.current
|
||||
val screenModel = rememberScreenModel { MangaScreenModel(context, lifecycleOwner.lifecycle, mangaId, fromSource) }
|
||||
val screenModel = rememberScreenModel {
|
||||
MangaScreenModel(context, lifecycleOwner.lifecycle, mangaId, fromSource)
|
||||
}
|
||||
|
||||
val state by screenModel.state.collectAsStateWithLifecycle()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user