mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Fix serial
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user