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 8f0b459 commit af1d5ba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class MangaNotesScreen(
) : StateScreenModel<State>(State(manga, manga.notes)) {

fun saveText(content: String) {
// don't save what isn't modified
if (content == state.value.notes) return

mutableState.update {
Expand Down

0 comments on commit af1d5ba

Please sign in to comment.