mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Code style change
This commit is contained in:
@@ -37,10 +37,8 @@ struct VideoCell: View {
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
Group {
|
||||
Button(action: playAction) {
|
||||
content
|
||||
}
|
||||
Button(action: playAction) {
|
||||
content
|
||||
}
|
||||
.opacity(contentOpacity)
|
||||
.buttonStyle(.plain)
|
||||
|
Reference in New Issue
Block a user