Skip to content

Commit 79a1495

Browse files
committed
1.2.5
1 parent fe17413 commit 79a1495

File tree

1 file changed

+0
-1
lines changed
  • BarcodeScanning.Native.Maui/Platforms/iOS

1 file changed

+0
-1
lines changed

BarcodeScanning.Native.Maui/Platforms/iOS/Methods.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ private static async Task<HashSet<BarcodeResult>> ProcessImage(UIImage image)
3333
return ProcessBarcodeResult(observations);
3434
}
3535

36-
3736
internal static HashSet<BarcodeResult> ProcessBarcodeResult(VNBarcodeObservation[] result, AVCaptureVideoPreviewLayer previewLayer = null)
3837
{
3938
var resultList = new HashSet<BarcodeResult>();

0 commit comments

Comments
 (0)