video-player: don't randomly stop video
This commit is contained in:
@@ -48,9 +48,6 @@ struct DamusVideoPlayer: View {
|
||||
.onAppear {
|
||||
model.start()
|
||||
}
|
||||
.onDisappear {
|
||||
model.stop()
|
||||
}
|
||||
|
||||
if model.has_audio == true {
|
||||
MuteIcon
|
||||
|
||||
Reference in New Issue
Block a user