Skip to content

Commit 039b67e

Browse files
committed
Increase screen brightness during scanner setup
Added .maximumScreenBrightness() modifier to the PointOfSaleBarcodeScannerSetup view to ensure optimal visibility when setting up the barcode scanner.
1 parent a2bb132 commit 039b67e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ struct PointOfSaleBarcodeScannerSetup: View {
3838
.onDisappear {
3939
flowManager.onDisappear()
4040
}
41+
.maximumScreenBrightness()
4142
}
4243

4344
// MARK: - Computed Properties

0 commit comments

Comments
 (0)