iOS app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Apache License 2.0
33
stars
15
forks
source link
App hangs when starting the process to create a new boarding report #462
Describe the bug
After clicking the button to create a new report, the app hangs
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Desktop (please complete the following information):
OS: [e.g. Mac OS X]
Browser [e.g. chrome, safari]
Browser Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: iOS 13+
Browser [e.g. stock browser, safari]
Additional context
The problem is in MapView. When setting the MPA to nil, the review refreshes and the MPA is set to nil again, which causes the view to refresh....
Describe the bug After clicking the button to create a new report, the app hangs
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context The problem is in
MapView
. When setting the MPA tonil
, the review refreshes and the MPA is set tonil
again, which causes the view to refresh....