Disable broken animations on iOS

This commit is contained in:
2020-12-18 20:00:41 +01:00
parent 913bb0922e
commit fbfbc0a324

View File

@@ -34,9 +34,7 @@ struct CircularView: View {
.font(.subheadline)
Spacer()
Button(action: {
withAnimation() {
self.showDetail.toggle()
}
}) {
Image(systemName: "chevron.right.circle")
.imageScale(.large)