pull/194/merge
M66B 3 years ago
parent a1934c48b7
commit 36737c876b

@ -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…
Cancel
Save