Skip to content

Commit 6842fc8

Browse files
committed
fix(android): remove default ExoPlayer buffering spinner
Closes #142
1 parent a572047 commit 6842fc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mediaplayer/src/androidMain/res/layout/player_view_surface.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
77
app:surface_type="surface_view"
8-
app:show_buffering="when_playing"
8+
app:show_buffering="never"
99
app:use_controller="false" />

mediaplayer/src/androidMain/res/layout/player_view_texture.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
77
app:surface_type="texture_view"
8-
app:show_buffering="when_playing"
8+
app:show_buffering="never"
99
app:use_controller="false" />

0 commit comments

Comments
 (0)