mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
Fix top button alignment in meetings view
This commit is contained in:
parent
e94611273a
commit
d729f7570a
1 changed files with 1 additions and 0 deletions
|
|
@ -312,6 +312,7 @@ struct ContentView: View {
|
|||
.frame(width: 25, height: 25, alignment: .leading)
|
||||
.padding(.all, 10)
|
||||
}
|
||||
.padding(.trailing, 10)
|
||||
} else if index != 2 {
|
||||
Menu {
|
||||
if index == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue