Skip to content

Commit

Permalink
services: smoother view model (fixes #2053) (#2056)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
xyb994 and dogi authored Jun 25, 2024
1 parent f35b94b commit 4dfc4a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ServicesViewModel(application: Application) : FragmentViewModel(applicatio
/**
* LiveData to fetch the cached services data
*/
private val cacheServiceData = MutableLiveData<ServicesData>()
private val cacheServiceData = MutableLiveData<ServicesData?>()

/**
* LiveData to observe the status of the Server Services result
Expand Down

0 comments on commit 4dfc4a2

Please sign in to comment.