Keep the screen on when displaying images

This commit is contained in:
Christophe Henry 2022-07-17 17:34:53 +02:00
parent 867d2ed492
commit fe4eb61df0
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true">
android:fillViewport="true"
android:keepScreenOn="true">
<RelativeLayout
android:id="@+id/media_fragment_container"