Commit fe4eb61d authored by Christophe Henry's avatar Christophe Henry
Browse files

Keep the screen on when displaying images

parent 867d2ed4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"