Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2026-01-10 17:47:36 -06:00
parent 09e3e8abc5
commit 6dd96d4a6b

View File

@ -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(