mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Added type to folder selection
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user