摘要: //java代码: public class CountrySelectDialog extends AppCompatDialogFragment{ public static CountrySelectDialog newInstance() { Bundle args = new Bundle(); CountrySelectDialog fragment = new... 阅读全文
posted @ 2019-01-31 14:33 yongfengnice 阅读(698) 评论(0) 推荐(0)
摘要: 使用AppCompatDialogFragment 或者 DialogFragment 的过程中遇到java.lang.IllegalStateException: Fragment already added: 的解决方法: 阅读全文
posted @ 2019-01-31 14:17 yongfengnice 阅读(8567) 评论(0) 推荐(1)