[Android] Fix crash when casting
Nicolas Pomepuy
git at videolan.org
Thu Jul 9 14:47:28 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jul 7 15:16:25 2020 +0200| [2d5e69177e952ceb21c12a2ec852931e1d15535e] | committer: Nicolas Pomepuy
Fix crash when casting
> https://code.videolan.org/videolan/vlc-android/commit/2d5e69177e952ceb21c12a2ec852931e1d15535e
---
application/vlc-android/res/layout/player_remote_control.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/application/vlc-android/res/layout/player_remote_control.xml b/application/vlc-android/res/layout/player_remote_control.xml
index f60d7d05c..84d28f514 100644
--- a/application/vlc-android/res/layout/player_remote_control.xml
+++ b/application/vlc-android/res/layout/player_remote_control.xml
@@ -40,6 +40,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:id="@+id/player_ui_container"
android:layout_above="@+id/progress_overlay">
<ImageView
More information about the Android
mailing list