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