Skip to content
Snippets Groups Projects
Commit 85d0235e authored by Duncan McNamara's avatar Duncan McNamara Committed by Geoffrey Métais
Browse files

Benchmark: fix rotation issue


Signed-off-by: default avatarGeoffrey Métais <geoffrey.metais@gmail.com>
parent 91f5ffb0
No related branches found
No related tags found
No related merge requests found
......@@ -547,7 +547,8 @@
<activity
android:name=".gui.video.benchmark.BenchActivity"
android:screenOrientation="landscape"
android:screenOrientation="nosensor"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout"
android:exported="true"
android:launchMode="singleInstance"
android:theme="@style/Theme.VLC.Player" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment