wtimme / OSM-Completionist

⛔️ DEPRECATED iOS companion app for OpenStreetMap that allows contributors to complete missing information
ISC License
18 stars 4 forks source link

Fix: Use `UIAlertControllerStyleAlert` on iPad to prevent crash #45

Closed wtimme closed 4 years ago

wtimme commented 4 years ago

This crash was reported via App Store Connect and seems to happen because the sourceView and sourceRect of the popover view controller is not properly set.

I tried setting them up properly, but wasn't able to in a short amount of time. So for an MVP, I decided to just use alerts instead of an action sheet for now.

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information