File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
POS/Presentation/Barcode Scanning
ViewRelated/Orders/Order Details/Address Edit Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,9 @@ struct BarcodeScannerContainerRepresentable: UIViewControllerRepresentable {
5353/// based on VoiceOver state. Uses GameController framework for optimal performance when possible,
5454/// and falls back to UIKit UIPress events when VoiceOver is enabled.
5555final class GameControllerBarcodeScannerHostingController : UIHostingController < EmptyView > {
56+ /// periphery: ignore - retain `gameControllerObserver` to keep it alive
5657 private( set) var gameControllerObserver : GameControllerBarcodeObserver ?
58+
5759 private( set) var uiKitObserver : UIKitBarcodeObserver ?
5860
5961 private let configuration : HIDBarcodeParserConfiguration
Original file line number Diff line number Diff line change @@ -96,8 +96,6 @@ struct EditOrderAddressForm<ViewModel: AddressFormViewModelProtocol>: View {
9696 @Environment ( \. safeAreaInsets) var safeAreaInsets : EdgeInsets
9797 @State private var showingCustomerSearch : Bool = false
9898
99- @State private var showingMapPicker = false
100-
10199 var body : some View {
102100 Group {
103101 ScrollView {
You can’t perform that action at this time.
0 commit comments