Skip to content

Commit 6f2e158

Browse files
authored
Merge branch 'main' into main-HCPSDKFIORIUIKIT-2892
2 parents 995442a + bf1bc01 commit 6f2e158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Apps/Examples/Examples/FioriSwiftUICore/DocumentScannerView/DocumentScannerViewExample.swift

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ struct DocumentScannerViewExample: View {
7575
print("Failed to scan: \(error)")
7676
}
7777
}, outputFormat: self.isPDFDocument ? .pdf : .images)
78+
.edgesIgnoringSafeArea(.all)
7879
}
7980
}
8081
}

0 commit comments

Comments
 (0)