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"