KumarManas04 / NotesSync

Notes Sync is the answer to your everyday note taking requirements. It can encrypt and sync everything to the user's own Google Drive or Dropbox accounts
MIT License
45 stars 14 forks source link

Problems with taking a photo note #6

Closed DerSaxxe closed 4 years ago

DerSaxxe commented 4 years ago

If you take a photo outside of a note (new photo note button at the bottom right) most times the note doesn't appear, sometimes with a big delay.

KumarManas04 commented 4 years ago

This seems to be an issue of storage permission on some devices. For access to the app's own internal storage there is only the need to mention the permission in the manifest and no need of granting the permission but some devices encounter a SecurityException in this case. So please give the storage permission manually to the app(via system settings) and check if the problem continues. If this solves the problem then in the future release we can ask the users to give the storage permission to the app.

DerSaxxe commented 4 years ago

Yes I had to give the storage permission manually. Now it works but with a very slow performance. It takes 20 seconds after taking a photo til the toast message "Processing image" appears. My phone: Mi 9t Pro

KumarManas04 commented 4 years ago

The problem has been fixed.