mirror of
				https://github.com/SimpleMobileTools/Simple-Notes.git
				synced 2025-06-05 17:00:23 +02:00 
			
		
		
		
	properly remove the notes text change listener
This commit is contained in:
		| @@ -84,7 +84,7 @@ class NoteFragment : Fragment() { | ||||
|         if (config.showWordCount || !config.autosaveNotes) { | ||||
|             view.notes_view.addTextChangedListener(textWatcher) | ||||
|         } else { | ||||
|             view.notes_view.addTextChangedListener(null) | ||||
|             view.notes_view.removeTextChangedListener(textWatcher) | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user