Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting recently added note and navigating back appends note to the top #340

Open
averybusinesssolutions opened this issue Apr 11, 2023 · 0 comments

Comments

@averybusinesssolutions
Copy link

Creating a new note on an Android Pixel 5 using API 28 and then selecting it will bring you to the notes editing page. If you navigate back from there it will append the note to the top of the collection.

You can then delete the note but there will still be the duplicate notes in the collection. Selecting these duplicates results in IO exception because the file was deleted.

System.IO.FileNotFoundException: 'Unable to find file in local storage.'

Steps to reproduce:

  1. Add new note
  2. Select new note
  3. Navigate back using back arrow on toolbar
  4. Select new note again
  5. Delete note
  6. Select new note again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant