Skip to content

Commit d3de325

Browse files
committed
Put PointOfSaleFlowButtonsView in geometryGroup to be animated together
1 parent 86f1890 commit d3de325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WooCommerce/Classes/POS/Presentation/Barcode Scanner Setup/PointOfSaleFlowButtonsView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import SwiftUI
22

3+
@available(iOS 17.0, *)
34
struct PointOfSaleFlowButtonsView: View {
45
let configuration: PointOfSaleFlowButtonConfiguration
56

@@ -21,6 +22,7 @@ struct PointOfSaleFlowButtonsView: View {
2122
.disabled(!primaryButton.isEnabled)
2223
}
2324
}
25+
.geometryGroup()
2426
}
2527
}
2628

0 commit comments

Comments
 (0)