Load account/folder name for rules

This commit is contained in:
M66B
2022-01-27 18:17:13 +01:00
parent 82722344ad
commit 39d326ccd9
2 changed files with 41 additions and 23 deletions

View File

@@ -148,7 +148,6 @@ public class FragmentDialogFolder extends FragmentDialogBase {
Bundle args = getArguments();
args.putLong("folder", folder.id);
args.putString("name", folder.name);
sendResult(RESULT_OK);
dismiss();