Skip to content
Snippets Groups Projects
Commit 14d7dac7 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix NullPointerException when showing the video tips in renderer mode

parent 013b33cf
No related branches found
No related tags found
1 merge request!1134Crash fixes
......@@ -15,6 +15,12 @@
android:layout_height="match_parent"
android:fitsSystemWindows="false" />
<androidx.appcompat.widget.ViewStubCompat
android:id="@+id/player_overlay_tips"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout="@layout/player_tips" />
<RelativeLayout
android:id="@+id/player_overlay_background"
android:layout_width="match_parent"
......
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