PPartisan / RunDo

Adds Undo/Redo functionality to editable text fields in Android.
MIT License
13 stars 4 forks source link

Re-/Store tracking state onResume #7

Open sepulzera opened 4 years ago

sepulzera commented 4 years ago

When merging this PR, RunDo will save and restore its TRACKING_STATE onResume. This will fix #6 "After rotation (on resume), undo and redo are not working".

Please be aware that I only tested the changes within my app and probably didn't cover all cases, leaving a chance to introduce new bugs or unintended side-effects.