mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Refactored compose to create a draft on get
This commit is contained in:
@@ -94,6 +94,7 @@ public class FragmentAbout extends FragmentEx {
|
||||
if (result.ex == null) {
|
||||
long id = (Long) result.data;
|
||||
startActivity(new Intent(getContext(), ActivityCompose.class)
|
||||
.putExtra("action", "edit")
|
||||
.putExtra("id", id));
|
||||
} else
|
||||
Toast.makeText(getContext(), executor.toString(), Toast.LENGTH_LONG).show();
|
||||
|
||||
Reference in New Issue
Block a user