是否有可能在<代码>DialogFragment上拦截关键纽子? 对该问题的担忧。 我的<代码>FragmentActective 从未被称作。
预先感谢
if (imageFile.exists()) {
ShowPicDialog newFragment = ShowPicDialog.newInstance();
FragmentTransaction ft = manager.beginTransaction();
Fragment prev = manager.findFragmentByTag("picDialog");
if (prev != null) {
ft.remove(prev);
}
ft.addToBackStack("picDialog");
newFragment.getArguments().putString("path", imageFile.getAbsolutePath());
newFragment.show(ft, "picDialog");
}
令我感到惊讶的是,我补充说,第一号法典的用意是显示辩证。