This commit is contained in:
Ethan Pippin 2022-01-11 00:10:18 -07:00
parent 16a89b574a
commit cd51031c98
1 changed files with 8 additions and 8 deletions

View File

@ -139,7 +139,7 @@ struct CinematicItemViewTopRow: View {
.onAppear {
playButtonText = viewModel.playButtonText()
}
.onChange(of: viewModel.item, perform: { newValue in
.onChange(of: viewModel.item, perform: { _ in
playButtonText = viewModel.playButtonText()
})
.onChange(of: envFocused) { envFocus in