We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acd1ab commit 220cbb8Copy full SHA for 220cbb8
WooCommerce/Classes/POS/Presentation/Barcode Scanning/BarcodeScannerContainer.swift
@@ -53,7 +53,9 @@ struct BarcodeScannerContainerRepresentable: UIViewControllerRepresentable {
53
/// based on VoiceOver state. Uses GameController framework for optimal performance when possible,
54
/// and falls back to UIKit UIPress events when VoiceOver is enabled.
55
final class GameControllerBarcodeScannerHostingController: UIHostingController<EmptyView> {
56
+ /// periphery: ignore - retain `gameControllerObserver` to keep it alive
57
private(set) var gameControllerObserver: GameControllerBarcodeObserver?
58
+
59
private(set) var uiKitObserver: UIKitBarcodeObserver?
60
61
private let configuration: HIDBarcodeParserConfiguration
0 commit comments