mirror of https://github.com/M66B/FairEmail.git
Reload after deleting operations
This commit is contained in:
parent
8424ac076d
commit
805ece3c92
|
@ -142,6 +142,9 @@ public class FragmentDialogOperationsDelete extends FragmentDialogBase {
|
|||
db.endTransaction();
|
||||
}
|
||||
|
||||
if (deleted > 0)
|
||||
ServiceSynchronize.reload(context, null, true, "deleted operations");
|
||||
|
||||
return deleted;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue