mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Fix serial
This commit is contained in:
parent
a1934c48b7
commit
36737c876b
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue