mirror of
https://github.com/etesync/android
synced 2024-12-23 07:08:16 +00:00
Deletion from server is already handled.
This commit is contained in:
parent
36cefee30a
commit
a10015ee1a
@ -161,8 +161,6 @@ public abstract class SyncAdapterService extends Service {
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: handle deletion from server
|
||||
|
||||
if (collections.isEmpty()) {
|
||||
CollectionInfo info = CollectionInfo.defaultForServiceType(serviceType);
|
||||
JournalManager.Journal journal = new JournalManager.Journal(settings.password(), info.toJson());
|
||||
|
Loading…
Reference in New Issue
Block a user