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.
2 parents d98c9bc + a24d322 commit 6e7976cCopy full SHA for 6e7976c
app/src/main/kotlin/com/simplemobiletools/notes/pro/fragments/TextFragment.kt
@@ -131,7 +131,7 @@ class TextFragment : NoteFragment() {
131
if (savedInstanceState != null && note != null && savedInstanceState.containsKey(TEXT)) {
132
skipTextUpdating = true
133
val newText = savedInstanceState.getString(TEXT) ?: ""
134
- innerBinding.root.findViewById<MyTextView>(R.id.text_note_view).text = newText
+ innerBinding.root.findViewById<TextView>(R.id.text_note_view).text = newText
135
}
136
137
0 commit comments