mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Check if two state owner was created
This commit is contained in:
parent
0960d5cf86
commit
d121b6e89d
1 changed files with 2 additions and 1 deletions
|
@ -1614,7 +1614,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
cowner.value.destroy();
|
||||
if (cowner.value != null)
|
||||
cowner.value.destroy();
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue