mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Prevent crash
This commit is contained in:
parent
126d399e86
commit
c3d7f2fac7
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ public class FragmentGmail extends FragmentBase {
|
|||
db.endTransaction();
|
||||
}
|
||||
|
||||
ServiceSynchronize.reload(getContext(), "Gmail");
|
||||
ServiceSynchronize.reload(context, "Gmail");
|
||||
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue