Skip to content

Commit

Permalink
Update app/src/main/java/eu/kanade/tachiyomi/ui/manga/notes/MangaNote…
Browse files Browse the repository at this point in the history
…sScreen.kt

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
  • Loading branch information
imkunet and AntsyLich authored Jan 30, 2025
1 parent af1d5ba commit 468b9ce
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ class MangaNotesScreen(
override fun Content() {
val navigator = LocalNavigator.currentOrThrow

val screenModel = rememberScreenModel {
Model(
manga = manga,
)
}
val screenModel = rememberScreenModel { Model(manga) }
val state by screenModel.state.collectAsState()

MangaNotesScreen(
Expand Down

0 comments on commit 468b9ce

Please sign in to comment.