Improved rule folder selection

This commit is contained in:
M66B
2022-01-27 14:30:10 +01:00
parent c2accc5eb1
commit 9360d39df8
3 changed files with 113 additions and 58 deletions

View File

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