Skip to content

Bug fix: #1

Choose a tag to compare

@AbrarShakhi AbrarShakhi released this 20 Jan 18:04
· 36 commits to main since this release

Bug Fix Release – Notes Auto-Save on Back Press

Version: 1.0.x

What’s Fixed

  • Fixed an issue where notes were lost when pressing the system back button.
  • Notes are now automatically saved (or safely ignored if empty) when the back button is pressed on the Add/Edit Note screen.

Technical Details

  • Implemented BackHandler in the Add/Edit Note screen.
  • Back navigation now triggers SaveNoteOrPass, ensuring consistent behavior with the Save button.