1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 23:40:35 +05:30

fixed styling

This commit is contained in:
Toni Förster 2023-11-26 10:33:58 +01:00
parent c3e1465f31
commit fc7a7b085f
No known key found for this signature in database
GPG Key ID: 292F3E5086C83FC7

View File

@ -315,7 +315,7 @@ struct VideoPlayerView: View {
.id(player.currentVideo?.cacheKey)
.transition(.opacity)
} else {
VStack { }
VStack {}
}
}
#endif
@ -393,7 +393,7 @@ struct VideoPlayerView: View {
}
#endif
} else {
VStack { }
VStack {}
}
}
.onChange(of: fullScreenPlayer) { newValue in
@ -508,6 +508,6 @@ struct VideoPlayerView_Previews: PreviewProvider {
return view
}
func updateUIView(_: UIView, context _: Context) { }
func updateUIView(_: UIView, context _: Context) {}
}
#endif