Added type to folder selection

pull/207/head
M66B 3 years ago
parent 835a8cb51d
commit 89597442f4

@ -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();

Loading…
Cancel
Save