Compare commits

...

1 commit

Author SHA1 Message Date
e129354bc4
feat: keep screen on for download progress 2025-03-16 09:49:19 +08:00

View file

@ -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"