mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Fixed log type
This commit is contained in:
@@ -2463,7 +2463,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
private List<TupleAccountState> lastAccountStates = null;
|
||||
|
||||
private void post(Bundle command) {
|
||||
EntityLog.log(ServiceSynchronize.this, EntityLog.Type.Network,
|
||||
EntityLog.log(ServiceSynchronize.this, EntityLog.Type.Scheduling,
|
||||
"### command " + TextUtils.join(" ", Log.getExtras(command)));
|
||||
|
||||
if (command.getBoolean("sync") || command.getBoolean("force"))
|
||||
|
||||
Reference in New Issue
Block a user