mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix typo that deleted the end date string of a meeting
This commit is contained in:
parent
4e2a7d4158
commit
e94611273a
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class MeetingViewModel: ObservableObject {
|
|||
|
||||
fromDateStr = formatter.string(from: fromDate)
|
||||
Log.info("\(MeetingViewModel.TAG) computed start date is \(fromDateStr)")
|
||||
fromDateStr = formatter.string(from: toDate)
|
||||
toDateStr = formatter.string(from: toDate)
|
||||
Log.info("\(MeetingViewModel.TAG)) computed end date is \(toDateStr)")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue