mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 18:26:20 +00:00
Small improvement
This commit is contained in:
parent
6ce9222300
commit
8dcccc9221
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue