mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 18:41:20 +01:00
Observe operations
This commit is contained in:
@@ -564,8 +564,6 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
db.endTransaction();
|
||||
}
|
||||
|
||||
EntityOperation.process(context);
|
||||
|
||||
return (draft == null ? null : draft.id);
|
||||
}
|
||||
|
||||
@@ -921,7 +919,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
for (EntityOperation op : db.operation().getOperations()) {
|
||||
String line = String.format("%s %d %s %s %s\r\n",
|
||||
DF.format(op.created),
|
||||
op.message,
|
||||
op.message == null ? -1 : op.message,
|
||||
op.name,
|
||||
op.args,
|
||||
op.error);
|
||||
@@ -999,8 +997,6 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
db.endTransaction();
|
||||
}
|
||||
|
||||
EntityOperation.process(context);
|
||||
|
||||
return draft.id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user