We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f698d78 commit 7f15b8cCopy full SHA for 7f15b8c
app/src/main/kotlin/com/simplemobiletools/notes/fragments/NoteFragment.kt
@@ -84,7 +84,7 @@ class NoteFragment : Fragment() {
84
if (config.showWordCount || !config.autosaveNotes) {
85
view.notes_view.addTextChangedListener(textWatcher)
86
} else {
87
- view.notes_view.addTextChangedListener(null)
+ view.notes_view.removeTextChangedListener(textWatcher)
88
}
89
90
0 commit comments