City-of-Bloomington / open311-android

GeoReporter Android source code. Native Android smartphone client app for Open311 API civic issue reporting.
http://open311.org
Other
31 stars 36 forks source link

Creating a Server sometimes causes Activity to crash with IllegalStateException #56

Closed hav3n closed 11 years ago

hav3n commented 11 years ago

When performing the following actions:

Settings->Add Server->Cancel->Add Server, the application crashes with IllegalStateException, as builder seems to have more than one parent View.

A quick fix is to call removeAllViews() on a ViewGroup object before builder.show(), but this causes the fragment view to be lost until the fragment is reattached(by navigating to personal info tab and back)