mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 02:50:56 +01:00
Open advanced
This commit is contained in:
@@ -3883,6 +3883,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
create.addCategory(Intent.CATEGORY_OPENABLE);
|
||||
create.setType("*/*");
|
||||
create.putExtra(Intent.EXTRA_TITLE, "email.eml");
|
||||
Helper.openAdvanced(create);
|
||||
if (create.resolveActivity(getContext().getPackageManager()) == null)
|
||||
Snackbar.make(view, R.string.title_no_saf, Snackbar.LENGTH_LONG).show();
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user