android / architecture-components-samples

Samples for Android Architecture Components.
https://d.android.com/arch
Apache License 2.0
23.4k stars 8.29k forks source link

GithubBrowserSample - Update loading_state visibility #939

Open tomashavlicek opened 3 years ago

tomashavlicek commented 3 years ago

When the return type in a Dao is Flow<List>, querying an empty table emits an empty list, thus resulting into hiding the container view prematurely. Updating the visibility by a resource status fixes this case.