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
Right now, the user quota is fetched (getStoredQuota method) from the database multiple times in DrawerActivity because it is not get as a Flow. In this issue we are going to improve performance by fetching the user quota as Flow and remove unnecessary calls from the activity.
Right now, the user quota is fetched (
getStoredQuota
method) from the database multiple times inDrawerActivity
because it is not get as aFlow
. In this issue we are going to improve performance by fetching the user quota asFlow
and remove unnecessary calls from the activity.TASKS
GetStoredQuotaAsStreamUseCase
)DrawerActivity
The text was updated successfully, but these errors were encountered: