1
0
mirror of https://codeberg.org/tom79/Fedilab synced 2024-12-12 03:16:36 +01:00

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
This commit is contained in:
Thomas 2022-07-17 18:22:32 +02:00
commit f316830c1b

View File

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