From 4dfc4a2a132fe15e97ae5a6a47142519f3eea32f Mon Sep 17 00:00:00 2001 From: yibo <7483137+xyb994@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:56:14 -0400 Subject: [PATCH] services: smoother view model (fixes #2053) (#2056) Co-authored-by: dogi --- .../io/treehouses/remote/ui/services/ServicesViewModel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/io/treehouses/remote/ui/services/ServicesViewModel.kt b/app/src/main/kotlin/io/treehouses/remote/ui/services/ServicesViewModel.kt index de524708f..06670517a 100644 --- a/app/src/main/kotlin/io/treehouses/remote/ui/services/ServicesViewModel.kt +++ b/app/src/main/kotlin/io/treehouses/remote/ui/services/ServicesViewModel.kt @@ -42,7 +42,7 @@ class ServicesViewModel(application: Application) : FragmentViewModel(applicatio /** * LiveData to fetch the cached services data */ - private val cacheServiceData = MutableLiveData() + private val cacheServiceData = MutableLiveData() /** * LiveData to observe the status of the Server Services result