mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 06:31:17 +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,6 +1614,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
try {
|
try {
|
||||||
|
if (cowner.value != null)
|
||||||
cowner.value.destroy();
|
cowner.value.destroy();
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
Log.e(ex);
|
Log.e(ex);
|
||||||
|
|
Loading…
Reference in a new issue