Prevent crash

This commit is contained in:
M66B 2019-10-28 09:18:13 +01:00
parent 126d399e86
commit c3d7f2fac7
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ public class FragmentGmail extends FragmentBase {
db.endTransaction();
}
ServiceSynchronize.reload(getContext(), "Gmail");
ServiceSynchronize.reload(context, "Gmail");
return null;
}