1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 02:37:16 +00:00

Evaluate on forward raw

This commit is contained in:
M66B 2021-08-18 07:25:23 +02:00
parent 3d12694674
commit 1e11a1117b

View file

@ -108,6 +108,8 @@ public class FragmentDialogForwardRaw extends FragmentDialogBase {
db.endTransaction();
}
ServiceSynchronize.eval(context, "raw");
return Helper.toLongArray(result);
}