mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Oops
This commit is contained in:
@@ -1235,7 +1235,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
for (EntityAccount account : accounts) {
|
||||
JSONObject jcondition = new JSONObject();
|
||||
try {
|
||||
jcondition = new JSONObject(account.conditions);
|
||||
if (!TextUtils.isEmpty(account.conditions))
|
||||
jcondition = new JSONObject(account.conditions);
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
@@ -2938,7 +2939,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
for (EntityAccount account : accounts) {
|
||||
JSONObject jcondition = new JSONObject();
|
||||
try {
|
||||
jcondition = new JSONObject(account.conditions);
|
||||
if (!TextUtils.isEmpty(account.conditions))
|
||||
jcondition = new JSONObject(account.conditions);
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user