Fix serial

This commit is contained in:
M66B 2021-11-30 14:11:20 +01:00
parent a1934c48b7
commit 36737c876b
1 changed files with 2 additions and 2 deletions

View File

@ -1759,6 +1759,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
}
};
final long serial = state.getSerial();
Log.i(account.name + " observing operations");
getMainHandler().post(new Runnable() {
@Override
@ -1850,8 +1852,6 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
" operations=" + ops);
}
final long serial = state.getSerial();
Map<String, String> crumb = new HashMap<>();
crumb.put("account", folder.account == null ? null : Long.toString(folder.account));
crumb.put("folder", folder.name + "/" + folder.type + ":" + folder.id);