Refactoring

This commit is contained in:
M66B
2023-03-27 18:03:32 +02:00
parent 16c007905b
commit 55b97da356
6 changed files with 10 additions and 11 deletions

View File

@@ -536,7 +536,7 @@ public class FragmentRule extends FragmentBase {
args.putLong("account", account);
args.putLongArray("disabled", new long[]{});
FragmentDialogFolder fragment = new FragmentDialogFolder();
FragmentDialogSelectFolder fragment = new FragmentDialogSelectFolder();
fragment.setArguments(args);
fragment.setTargetFragment(FragmentRule.this, REQUEST_FOLDER);
fragment.show(getParentFragmentManager(), "rule:folder");