fix(android): isolate platform-specific shared ui code
This commit is contained in:
@@ -23,7 +23,7 @@ struct OrderDetailsView: View {
|
||||
}
|
||||
.background(AppColors.backgroundLight)
|
||||
.navigationTitle("Detalhes do Pedido")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.appInlineNavigationTitle()
|
||||
.safeAreaInset(edge: .bottom) {
|
||||
VStack {
|
||||
reorderButton
|
||||
|
||||
Reference in New Issue
Block a user