mirror of
https://codeberg.org/tom79/Fedilab
synced 2024-12-11 10:46:01 +01:00
Keep the screen on when displaying images
This commit is contained in:
parent
867d2ed492
commit
fe4eb61df0
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user