Refactored compose to create a draft on get

This commit is contained in:
M66B
2018-08-10 19:35:05 +00:00
parent 9766a76fab
commit 643b17397a
7 changed files with 215 additions and 217 deletions

View File

@@ -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();