mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Small improvement
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user