Small improvement

This commit is contained in:
M66B
2022-09-16 14:58:57 +02:00
parent 6ce9222300
commit 8dcccc9221

View File

@@ -465,7 +465,7 @@ public class FragmentRule extends FragmentBase {
Bundle args = new Bundle();
args.putString("title", getString(R.string.title_rule_folder));
args.putLong("account", account);
args.putLongArray("disabled", new long[]{folder});
args.putLongArray("disabled", new long[]{});
FragmentDialogFolder fragment = new FragmentDialogFolder();
fragment.setArguments(args);