Finish the migration from LiveData to Flow

Moves most of the flow updates away from the Main thread.
Removes the need to use the Main thread to access Account.userProfile
This commit is contained in:
Vitor Pamplona
2025-04-24 14:35:22 -04:00
parent e375b09a24
commit 067f353e50
104 changed files with 1166 additions and 1079 deletions
-4
View File
@@ -201,9 +201,6 @@ dependencies {
// Navigation
implementation libs.androidx.navigation.compose
// Observe Live data as State
implementation libs.androidx.runtime.livedata
// Material 3 Design
implementation libs.androidx.material3
implementation libs.androidx.material.icons
@@ -216,7 +213,6 @@ dependencies {
implementation libs.androidx.lifecycle.runtime.ktx
implementation libs.androidx.lifecycle.runtime.compose
implementation libs.androidx.lifecycle.viewmodel.compose
implementation libs.androidx.lifecycle.livedata.ktx
// Zoomable images
implementation libs.zoomable