From e129354bc4ecc8c96ad2d91b1d1ee0f5774f03c5 Mon Sep 17 00:00:00 2001 From: septs Date: Sun, 16 Mar 2025 09:49:19 +0800 Subject: [PATCH] feat: keep screen on for download progress --- app-common/src/main/res/layout/fragment_download_progress.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app-common/src/main/res/layout/fragment_download_progress.xml b/app-common/src/main/res/layout/fragment_download_progress.xml index 82ebb25..9d6b293 100644 --- a/app-common/src/main/res/layout/fragment_download_progress.xml +++ b/app-common/src/main/res/layout/fragment_download_progress.xml @@ -24,6 +24,7 @@ android:id="@+id/download_progress_list" android:layout_width="0dp" android:layout_height="wrap_content" + android:keepScreenOn="true" app:layout_constraintTop_toBottomOf="@id/download_progress_title" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent"