Skip to content
Snippets Groups Projects
Commit 564312e2 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Geoffrey Métais
Browse files

Add keyboard flags to VideoPlayerActivity config change to avoid crashes

parent a66e3dda
No related branches found
No related tags found
1 merge request!122Chromebook improvements ans fixes
......@@ -489,7 +489,7 @@
android:theme="@style/Theme.VLC" />
<activity
android:name=".gui.video.VideoPlayerActivity"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode|keyboard|keyboardHidden|navigation"
android:exported="true"
android:finishOnTaskLaunch="true"
android:launchMode="singleTask"
......
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