From 23ecc38ce797ff60da6f5edd9523158e75e966cf Mon Sep 17 00:00:00 2001 From: Damontecres Date: Tue, 21 Oct 2025 18:32:21 -0400 Subject: [PATCH] Don't reset EPG screen every time --- .../damontecres/wholphin/ui/detail/livetv/LiveTvViewModel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/github/damontecres/wholphin/ui/detail/livetv/LiveTvViewModel.kt b/app/src/main/java/com/github/damontecres/wholphin/ui/detail/livetv/LiveTvViewModel.kt index 546cb460..58150c3a 100644 --- a/app/src/main/java/com/github/damontecres/wholphin/ui/detail/livetv/LiveTvViewModel.kt +++ b/app/src/main/java/com/github/damontecres/wholphin/ui/detail/livetv/LiveTvViewModel.kt @@ -61,7 +61,7 @@ class LiveTvViewModel val fetchedItem = MutableLiveData(null) fun init() { - loading.value = LoadingState.Loading +// loading.value = LoadingState.Loading viewModelScope.launch(Dispatchers.IO + LoadingExceptionHandler(loading, "Could not fetch channels")) { val channelData by api.liveTvApi.getLiveTvChannels( GetLiveTvChannelsRequest(