Observe operations

This commit is contained in:
M66B
2018-12-02 14:19:54 +01:00
parent 810fe66a78
commit 251ff98ea5
18 changed files with 1595 additions and 458 deletions

View File

@@ -1267,8 +1267,6 @@ public class FragmentCompose extends FragmentEx {
db.endTransaction();
}
EntityOperation.process(context);
return result;
}
@@ -1651,8 +1649,6 @@ public class FragmentCompose extends FragmentEx {
db.endTransaction();
}
EntityOperation.process(context);
return draft;
}