Commit f316830c authored by Thomas's avatar Thomas
Browse files

Merge pull request 'Keep the screen on when displaying images' (#254) from...

Merge pull request 'Keep the screen on when displaying images' (#254) from Augier/Fedilab:keep-screen-awake-display-images into main

Reviewed-on: https://codeberg.org/tom79/Fedilab/pulls/254
parents 867d2ed4 fe4eb61d
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"