Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
don't turn off the screen when the video player is on
Browse files Browse the repository at this point in the history
  • Loading branch information
klinker24 committed Oct 25, 2022
1 parent a3e8148 commit 486734f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/video_view_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/bottomsheet"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:keepScreenOn="true">

<FrameLayout
android:orientation="vertical"
Expand Down

0 comments on commit 486734f

Please sign in to comment.