1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Fix serial

This commit is contained in:
M66B 2021-11-30 14:11:20 +01:00
parent a1934c48b7
commit 36737c876b

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);