Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
09e3e8abc5
commit
6dd96d4a6b
@ -31,6 +31,10 @@ struct ContentView: View {
|
||||
|
||||
var body: some View {
|
||||
ZStack {
|
||||
// Background matching launch screen to prevent black flash during camera init
|
||||
Color.Branding.primary
|
||||
.ignoresSafeArea()
|
||||
|
||||
// Camera view - wrapped in EquatableView to prevent re-evaluation on settings changes
|
||||
if !showPhotoReview {
|
||||
EquatableView(content: CameraContainerView(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user