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
I suggest first creating the methods for Settings, SyncWorker and SubscriptionsDao, with a new name for Flows, and deprecating the other ones. Then we can start migrating the other ones, and once everything is done, remove the deprecated methods.
Now that we are updating the SubscriptionsDao maybe we should consider making all the synchronous methods suspending, to make sure we never block the main thread. At least just as an annotation.
Replace LiveData with Compose state where possible. Use kotlin flows if needed/appropriate.
Update their usages accordingly.
Second part
The text was updated successfully, but these errors were encountered: