Change type of ViewFileState.lines from ImmutableList<String> to AsyncData<List<String>> to properly handle loading and error states.

This commit is contained in:
Benoit Marty 2024-01-25 10:19:56 +01:00
parent 6c6c215cd6
commit 647c431f59
8 changed files with 102 additions and 60 deletions

View file

@ -47,4 +47,5 @@ dependencies {
testImplementation(libs.test.truth)
testImplementation(libs.test.turbine)
testImplementation(projects.tests.testutils)
testImplementation(projects.libraries.matrix.test)
}