City-of-Bloomington / open311-ios

GeoReporter iOS source code. Native iOS smartphone client app for Open311 API civic issue reporting.
http://open311.org
Other
23 stars 22 forks source link

Crash when service description is null #216

Open inghamn opened 10 years ago

inghamn commented 10 years ago

If the server leaves the descriptions empty, the iPhone will crash when the user starts a report for that service.

I think just a simple check for null will be sufficient ChooseServiceController::cellForRowAtIndexPath 54