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

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