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
CurrentUserProviderImpl
have to be migrated from RxJava to coroutines.
Similar to the current implementation with RxJava, in CurrentUserProviderImpl a coldFlow to hotFlow conversion has to be made so the database is not queried every time.
userManager.currentUser.blockingGet() (or it's coroutine pendent) should not be queried throughout the code but CurrentUserProviderImpl should be used instead.
The text was updated successfully, but these errors were encountered:
mahibi
added
the
1. to develop
Accepted and waiting to be taken care of (should be only set by nextcloud employees)
label
Jan 15, 2025
Classes related to Users, e.g.
have to be migrated from RxJava to coroutines.
Similar to the current implementation with RxJava, in CurrentUserProviderImpl a coldFlow to hotFlow conversion has to be made so the database is not queried every time.
userManager.currentUser.blockingGet() (or it's coroutine pendent) should not be queried throughout the code but CurrentUserProviderImpl should be used instead.
The text was updated successfully, but these errors were encountered: