forked from mirrors/linphone-iphone
Fix display of selected participants
This commit is contained in:
parent
ac0e70f719
commit
9a208e36b2
1 changed files with 3 additions and 2 deletions
|
|
@ -69,8 +69,9 @@ struct AddParticipantsFragment: View {
|
|||
.multilineTextAlignment(.leading)
|
||||
.default_text_style_orange_800(styleSize: 16)
|
||||
.padding(.top, 20)
|
||||
Text(String(format: String(localized: "selected_participants_count"), $addParticipantsViewModel.participantsToAdd.count))
|
||||
.default_text_style_300(styleSize: 12)
|
||||
|
||||
Text(String(format: String(localized: "selected_participants_count"), $addParticipantsViewModel.participantsToAdd.count.description))
|
||||
.default_text_style_300(styleSize: 12)
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue