This commit is contained in:
M66B
2019-10-12 17:16:53 +02:00
parent 11995f372f
commit c32fe99e81
36 changed files with 236 additions and 235 deletions

View File

@@ -391,7 +391,7 @@ public class FragmentGmail extends FragmentBase {
FragmentReview fragment = new FragmentReview();
fragment.setArguments(args);
fragment.setTargetFragment(FragmentGmail.this, ActivitySetup.REQUEST_DONE);
fragment.show(getFragmentManager(), "quick:review");
fragment.show(getParentFragmentManager(), "quick:review");
}
@Override