Signal-iOS/SignalUI
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
..
Appearance Swiftify DomainFrontingCountryViewController 2022-12-06 12:53:45 -08:00
Categories Clean up and consolidate logic for setting textContainerInset in MentionTextView. 2022-12-16 15:48:28 -08:00
Environment Convert OWSAudioPlayer to swift and lose 'OWS' prefix. 2022-12-06 16:00:58 -08:00
Fonts Add new fonts for text stories 2022-03-17 14:30:19 -07:00
Payments Dismissing spinner shouldn't require callback 2023-01-20 18:11:55 -06:00
SignalUI.docc Add SignalUI framework target. 2021-10-19 09:39:52 -03:00
UI Fix typo: "appearence" -> "appearance". 2022-11-29 22:01:42 -08:00
Utils Refactor contact access code 2023-01-12 09:55:30 -08:00
ViewControllers Dismissing spinner shouldn't require callback 2023-01-20 18:11:55 -06:00
ViewModels Use new copy for in-chat gift messages 2023-01-11 14:18:48 -06:00
Views Dismissing spinner shouldn't require callback 2023-01-20 18:11:55 -06:00
Wallpapers Change license to AGPL 2022-10-13 08:25:37 -05:00
SignalUI-Prefix.pch Change license to AGPL 2022-10-13 08:25:37 -05:00
SignalUI.h Convert OWSAudioPlayer to swift and lose 'OWS' prefix. 2022-12-06 16:00:58 -08:00