Added type to folder selection

This commit is contained in:
M66B 2022-03-25 10:48:28 +01:00
parent 835a8cb51d
commit 89597442f4
1 changed files with 1 additions and 0 deletions

View File

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