forked from mirrors/linphone-iphone
Add stack navigationViewStyle to StartCallFragment
This commit is contained in:
parent
ce24ddc919
commit
acdd201bbe
1 changed files with 2 additions and 0 deletions
|
|
@ -304,8 +304,10 @@ struct StartCallFragment: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.navigationTitle("")
|
||||
.navigationBarHidden(true)
|
||||
}
|
||||
.navigationViewStyle(StackNavigationViewStyle())
|
||||
}
|
||||
|
||||
@Sendable private func delayColor() async {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue