Prevent crash

pull/207/head
M66B 3 years ago
parent 4f60205d66
commit a0265c594b

@ -2327,6 +2327,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
@Override
public void delegate() {
try {
if (cowner.value != null)
cowner.value.destroy();
} catch (Throwable ex) {
Log.e(ex);

Loading…
Cancel
Save