lint
This commit is contained in:
parent
16a89b574a
commit
cd51031c98
|
@ -139,7 +139,7 @@ struct CinematicItemViewTopRow: View {
|
||||||
.onAppear {
|
.onAppear {
|
||||||
playButtonText = viewModel.playButtonText()
|
playButtonText = viewModel.playButtonText()
|
||||||
}
|
}
|
||||||
.onChange(of: viewModel.item, perform: { newValue in
|
.onChange(of: viewModel.item, perform: { _ in
|
||||||
playButtonText = viewModel.playButtonText()
|
playButtonText = viewModel.playButtonText()
|
||||||
})
|
})
|
||||||
.onChange(of: envFocused) { envFocus in
|
.onChange(of: envFocused) { envFocus in
|
||||||
|
|
Loading…
Reference in New Issue