From f3d775ee21c3feedcb861929177d701161248a54 Mon Sep 17 00:00:00 2001 From: Luna712 <142361265+Luna712@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:13:59 -0600 Subject: [PATCH] Fix --- .../lagradost/cloudstream3/ui/download/DownloadViewModel.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/com/lagradost/cloudstream3/ui/download/DownloadViewModel.kt b/app/src/main/java/com/lagradost/cloudstream3/ui/download/DownloadViewModel.kt index ec2999b0..b5e8f501 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/ui/download/DownloadViewModel.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/ui/download/DownloadViewModel.kt @@ -124,4 +124,5 @@ class DownloadViewModel : ViewModel() { _headerCards.postValue(visual) } - } \ No newline at end of file + } +} \ No newline at end of file