This is a minor change that should have no user impact.
We had a bunch of calls like this:
modalActivityIndicator.dismiss {}
This makes the parameter optional, so you can do this:
modalActivityIndicator.dismiss()
|
||
|---|---|---|
| .. | ||
| VideoAttachmentPrepViewController.swift | ||
| VideoEditorModel.swift | ||
| VideoEditorView.swift | ||
| VideoTimelineView.swift | ||