mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Prevent crash
This commit is contained in:
@@ -2327,7 +2327,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
@Override
|
||||
public void delegate() {
|
||||
try {
|
||||
cowner.value.destroy();
|
||||
if (cowner.value != null)
|
||||
cowner.value.destroy();
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user