SimpleMobileTools / Simple-Notes

A simple textfield for adding quick notes without ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
825 stars 271 forks source link

Fix crash when restoring state on TextFragment #671

Closed esensar closed 1 year ago

esensar commented 1 year ago

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.