Merge pull request #31 from PaulLesur/bugfix/screen_off

Bugfix/screen off
This commit is contained in:
Stefan Schüller 2018-12-02 14:28:49 +01:00 committed by GitHub
commit 0f34a0f816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"