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're currently using SyncResult (from Android sync framework) for historical reasons. There are several "workarounds" to map conditions to SyncResults.
Because we now use workers instead of the sync framework, we should have our own result class.
We're currently using
SyncResult
(from Android sync framework) for historical reasons. There are several "workarounds" to map conditions toSyncResults
.Because we now use workers instead of the sync framework, we should have our own result class.
Depends on #896
The text was updated successfully, but these errors were encountered: