-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Bug] Crash when trying to edit contact #9
Comments
Hi, Thanks for reaching out, and apologies for the inconveniences this is causing. By any chance, do you happen to have your phone rooted? If so, would you mind accessing the database (in Thank you very much, and sorry for the hassle. |
Thanks to you for quick response and app. 😃 I was able to read the file and both contacts have the value -1 in |
Well, thank you for taking the time to help debug this. I was finding very difficult to replicate the conditions that were giving rise to this bug. As you may check by the activity in the repo, there has recently been an issue with how the information in the In short, the issue appears with some (not all) contacts saved in I will think how to best deal with this issue and release a fix in the next version. Thanks a lot! |
I still experience this issue in v1.1.3 from F-droid. Proposal: set to default values in case -1 is read. E.g.
|
Commit 41c4788 should finally fix this problem. It implements @igor-cali's proposal, which is the most sensible given that the error appeared when saving in In the meantime, I discovered the marvels of Android Studio's Database Inspector to change fields of the database on-the-fly. This will prevent having this many partial fixes again. Thank you for your patience. I will keep the issue open a few days to see if anyone encounters a problem in this regard. |
Description of the bug
After update to Version 1.1.3 from fdroid, the app crashes when I try to open two specific saved contacts from 5 and 4 days ago. All other saved contacts and events are fine.
I catched this with logcat:
To Reproduce
Steps to reproduce the behavior:
Unfortunately I can't remember what I saved in these two contacts. They were not special or different to the others, I would say.
And since the app crashes immediately, I can't see what was saved.
Expected behavior
I open the app, tap on the saved contact and can review and edit the previously saved data.
System information (please complete the following information):
The text was updated successfully, but these errors were encountered: