Small improvement

pull/213/head
M66B 2 years ago
parent 07f99382ee
commit 7e69052f2e

@ -2219,6 +2219,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
@Override
protected void onExecuted(Bundle args, Long id) {
if (id != null)
startActivity(new Intent(ActivityView.this, ActivityCompose.class)
.putExtra("action", "edit")
.putExtra("id", id));

Loading…
Cancel
Save