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
So acquiring the content provider should be in a reusable class that is responsible to do so, possibly as LocalDataStore.acquireProvider(). This will probably also require to move the authority from the Syncer to the LocalDataStore.
The text was updated successfully, but these errors were encountered:
Currently, the content provider for a
LocalDataStore
is acquired by the code that uses it, namelySyncer
.However there will be multiple locations where acquiring the content provider is needed:
Syncer
UnifiedPushReceiver
(in [Push] Support sync-token #1147)So acquiring the content provider should be in a reusable class that is responsible to do so, possibly as
LocalDataStore.acquireProvider()
. This will probably also require to move the authority from theSyncer
to theLocalDataStore
.The text was updated successfully, but these errors were encountered: