You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now have an onChangeListener on DavCollectionRepository.notifyOnChangeListeners().
Currently this is only used by PushRegistrationWorkerManager to re-enqueue a PushRegistrationWorker five seconds after local collections have been updated.
Maybe we can use the same mechanism to cause a sync of the account a few seconds after changing the forceReadOnly flag?
Problem scope
App version
Android version and device/firmware type
No response
Steps to reproduce
The "Force read-only" setting of collections (Contacts, calendars, ..) only becomes effective after another sync.
Steps to reproduce:
Issuing a sync in davx5 will make the change effective. Same goes for unchecking the collection.
Actual result
No response
Expected result
No response
Further info
See https://github.com/bitfireAT/davx5/issues/151; maybe we can just find and update the
LocalCollection
immediately.The text was updated successfully, but these errors were encountered: