Skip to content

Commit

Permalink
spotlessApply my beloved
Browse files Browse the repository at this point in the history
  • Loading branch information
AntsyLich committed Sep 2, 2024
1 parent 4ee31bf commit 6c6ea84
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 6c6ea84

Please sign in to comment.