mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-05 23:19:10 +00:00
Disable broken animations on iOS
This commit is contained in:
@@ -34,9 +34,7 @@ struct CircularView: View {
|
|||||||
.font(.subheadline)
|
.font(.subheadline)
|
||||||
Spacer()
|
Spacer()
|
||||||
Button(action: {
|
Button(action: {
|
||||||
withAnimation() {
|
self.showDetail.toggle()
|
||||||
self.showDetail.toggle()
|
|
||||||
}
|
|
||||||
}) {
|
}) {
|
||||||
Image(systemName: "chevron.right.circle")
|
Image(systemName: "chevron.right.circle")
|
||||||
.imageScale(.large)
|
.imageScale(.large)
|
||||||
|
|||||||
Reference in New Issue
Block a user