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

Fix NPE / IllegalStateException

parent 8de88d92
No related branches found
No related tags found
1 merge request!195Crash fixes
......@@ -65,6 +65,13 @@
android:layout_marginBottom="@dimen/default_margin"
android:layout="@layout/player_overlay_settings" />
<androidx.appcompat.widget.ViewStubCompat
android:id="@+id/player_seek_stub"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="false"
android:layout="@layout/player_overlay_seek"/>
<androidx.appcompat.widget.ViewStubCompat
android:id="@+id/player_hud_stub"
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