Details
- MaterialStyledDialogs version:
2.1
- Device OS version:
7.1.1
- Device Manufacturer:
HDM
- Device Name:
NOKIA2
Reproduction Steps
1.I add a CustomView that contains 2 ImageButton
2. Then inflate the layout in the activity
3.Then I discard the dialogue that was invoked from a floacting action button
4. I'm invoking the dialogue again
Expected Result
Show the dialog box again
Actual Result
Application crashes with the message: java.lang.IllegalStateException: The specified child already has a parent.You must call removeView () on the child's parent first. in the logcat
Details
2.17.1.1HDMNOKIA2Reproduction Steps
1.I add a CustomView that contains 2 ImageButton
2. Then inflate the layout in the activity
3.Then I discard the dialogue that was invoked from a floacting action button
4. I'm invoking the dialogue again
Expected Result
Show the dialog box again
Actual Result
Application crashes with the message:
java.lang.IllegalStateException: The specified child already has a parent.You must call removeView () on the child's parent first.in the logcat