Skip to content

Commit

Permalink
Update VideoPlayerView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Nov 14, 2023
1 parent 623a73a commit 348e9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DarockBili Watch App/Video/VideoPlayerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ struct VideoPlayerView: View {
VideoPlayer(player: player)
.rotationEffect(.degrees(playerRotate))
.ignoresSafeArea()
.modifier(zoomable())
//.modifier(zoomable())
.onAppear {
hideDigitalTime(true)
Timer.scheduledTimer(withTimeInterval: 15, repeats: true) { timer in
Expand Down

0 comments on commit 348e9d3

Please sign in to comment.