MerginMaps / MerginMaps/mobile
App crashing after taking sequential photos
Open
android 🤖
bug
data corruption - sync failure - crash - anr
photo-refactoring
- Dominant language
- C++
- Stars
- 388
- Forks
- 87
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 20
Description
Text field form and "Take a picture" in Relations Editors on Android causes app freeze. There are two known ways to reproduce this issue:
Example project: support/multiple_multiple_photos
Steps to reproduce issue:
First Method:
- In "Survey" form, add some text to "Notes" field.
- Add a new feature to "Other photos" field.
- Click on "Take a picture":
- The camera opens to take a photo.
- The application crashes.
- After capturing the photo, the camera reopens immediately for another photo.
- Clicking the button to take this additional photo leads to the app freezing on the splash screen.
Second Method:
- In "Survey" form.
- Add a new feature to "photos" field.
- Go to "external-pk" field and click on Link icon.
- Change the link to another one.
- Stay in the "external-pk" field and click on it (not on the Link icon area).
- Add a new feature to "photos" field.
- Click on "Take a picture":
- The camera opens to take a photo.
- The application crashes.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.