Signal-iOS/SignalUI/Views/VideoEditor
Evan Hahn 60ace0a8dc
Dismissing spinner shouldn't require callback
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()
2023-01-20 18:11:55 -06:00
..
VideoAttachmentPrepViewController.swift Improvements for "Media Review" screen. 2023-01-11 16:22:40 -08:00
VideoEditorModel.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
VideoEditorView.swift Dismissing spinner shouldn't require callback 2023-01-20 18:11:55 -06:00
VideoTimelineView.swift Change license to AGPL 2022-10-13 08:25:37 -05:00