mirror of
https://github.com/yattee/yattee.git
synced 2025-04-27 23:40:35 +05:30
fixed styling
This commit is contained in:
parent
c3e1465f31
commit
fc7a7b085f
@ -315,7 +315,7 @@ struct VideoPlayerView: View {
|
|||||||
.id(player.currentVideo?.cacheKey)
|
.id(player.currentVideo?.cacheKey)
|
||||||
.transition(.opacity)
|
.transition(.opacity)
|
||||||
} else {
|
} else {
|
||||||
VStack { }
|
VStack {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
@ -393,7 +393,7 @@ struct VideoPlayerView: View {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
VStack { }
|
VStack {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.onChange(of: fullScreenPlayer) { newValue in
|
.onChange(of: fullScreenPlayer) { newValue in
|
||||||
@ -508,6 +508,6 @@ struct VideoPlayerView_Previews: PreviewProvider {
|
|||||||
return view
|
return view
|
||||||
}
|
}
|
||||||
|
|
||||||
func updateUIView(_: UIView, context _: Context) { }
|
func updateUIView(_: UIView, context _: Context) {}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user