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

Fix NPE / IllegalStateException

(cherry picked from commit 7c6c7b17)
parent 9c63aceb
No related branches found
No related tags found
No related merge requests found
......@@ -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