Skip to content

Commit

Permalink
Merge pull request #161 from Apollo-yeah/feature/add_loading_dialog
Browse files Browse the repository at this point in the history
Add a Loading animation in the unstable video flow
  • Loading branch information
oxyroid authored Jun 4, 2024
2 parents c2e702c + 9370515 commit ed2ecac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/main/java/com/m3u/ui/Player.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ fun Player(
factory = { context ->
PlayerView(context).apply {
useController = false
setShowBuffering(PlayerView.SHOW_BUFFERING_ALWAYS)
}
},
update = { view ->
Expand Down

0 comments on commit ed2ecac

Please sign in to comment.