Simple-Notes/app
Ensar Sarajčić a24d3223a6 Fix crash when restoring state on TextFragment
`onViewStateRestored()` in TextFragment crashed with `ClassCastException`,
because layout has `MyEditText` with id `text_note_view` and not `MyTextView`.
This has now been changed to `TextView` to ensure less breaking in the future
and since only `text` was changed, this is enough.

This happened when viewing notes and causing configuration change or something else
that would cause the state to be restored.
2023-08-16 13:32:53 +02:00
..
schemas/com.simplemobiletools.notes.pro.databases.NotesDatabase Migrate to viewbinding and kotlin gradle scripts 2023-08-04 10:20:31 +02:00
src Fix crash when restoring state on TextFragment 2023-08-16 13:32:53 +02:00
.gitignore creating the project 2016-02-13 21:05:54 +01:00
build.gradle.kts Migrate to viewbinding and kotlin gradle scripts 2023-08-04 10:20:31 +02:00
proguard-rules.pro Add proguard rules for using Gson TypeToken 2023-08-15 15:08:08 +02:00