[Android] Fix vlc string under dialogs

Nicolas Pomepuy git at videolan.org
Mon Sep 23 18:10:37 CEST 2019


vlc-android | branch: 3.2.x | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Fri Sep 13 13:58:08 2019 +0200| [6e6560e9431e3372b7bfb06fa7d9915169e22e8f] | committer: Geoffrey Métais

Fix vlc string under dialogs

(cherry picked from commit aced1c359b15bd17c8b347dc9e9cda0e058ea480)

> https://code.videolan.org/videolan/vlc-android/commit/6e6560e9431e3372b7bfb06fa7d9915169e22e8f
---

 vlc-android/AndroidManifest.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index ce8bd2383..ebc64cd00 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -515,7 +515,8 @@
         <activity
                 android:name=".gui.DialogActivity"
                 android:configChanges="orientation|screenSize"
-                android:theme="@style/VLCTransparentTheme"/>
+                android:theme="@style/VLCTransparentTheme"
+                android:label="" />
         <activity
                 android:name=".gui.wizard.MLWizardActivity"
                 android:configChanges="orientation|screenSize"



More information about the Android mailing list