[Bugfix] Screen doesn't turn off when playing a video

This commit is contained in:
Paul 2018-11-30 11:25:42 +01:00
parent b2c93eace6
commit deb4e7b526
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
tools:context="net.schueller.peertube.activity.VideoPlayActivity">
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"