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)
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)