我正在尝试在对话框中制作反馈表。
当我按下android的后退按钮时,它会正常消失,但是当我再次按下它时,它会给我一个异常:
java.lang.IllegalStateException: The specified child already has a parent.
You must call removeView() on the child's parent first.
我已经搜索了很多,尝试了几种调用方法removeView()
和许多其他方法 - 但没有一个奏效。