Added type to folder selection

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

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

Loading…
Cancel
Save