Refactoring

This commit is contained in:
M66B
2021-04-04 13:45:32 +02:00
parent e54a9a2ecd
commit 2fe8e58cf9
6 changed files with 13 additions and 8 deletions

View File

@@ -498,7 +498,7 @@ public class FragmentAnswer extends FragmentBase {
args.putInt("start", etText.getSelectionStart());
args.putInt("end", etText.getSelectionEnd());
FragmentDialogLink fragment = new FragmentDialogLink();
FragmentDialogInsertLink fragment = new FragmentDialogInsertLink();
fragment.setArguments(args);
fragment.setTargetFragment(this, REQUEST_LINK);
fragment.show(getParentFragmentManager(), "answer:link");