Add stack navigationViewStyle to StartCallFragment

This commit is contained in:
Benoit Martins 2025-02-24 15:21:13 +01:00
parent ce24ddc919
commit acdd201bbe

View file

@ -304,8 +304,10 @@ struct StartCallFragment: View {
}
}
}
.navigationTitle("")
.navigationBarHidden(true)
}
.navigationViewStyle(StackNavigationViewStyle())
}
@Sendable private func delayColor() async {