mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Added option to select default folder
This commit is contained in:
@@ -392,7 +392,7 @@ public class ActivityEML extends ActivityBase {
|
||||
create.setType(apart.attachment.getMimeType());
|
||||
if (!TextUtils.isEmpty(apart.attachment.name))
|
||||
create.putExtra(Intent.EXTRA_TITLE, apart.attachment.name);
|
||||
Helper.openAdvanced(create);
|
||||
Helper.openAdvanced(ActivityEML.this, create);
|
||||
if (create.resolveActivity(getPackageManager()) == null) // system whitelisted
|
||||
ToastEx.makeText(ActivityEML.this, R.string.title_no_saf, Toast.LENGTH_LONG).show();
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user