Signal-iOS/SignalUI
Evan Hahn 67ea0d0516 Fix some trivial compiler warnings
This fixes 10 of our Xcode warnings:

- `MessageReactionPicker.swift` was declaring a variable and not using
  it, leading to "Immutable value 'emoji' was never used". I simply
  removed it.
- `Stripe.swift` had a bunch of unnecessary `public`s, which caused
  "'public' modifier is redundant for static property declared in a
  public extension".
- `SubscriptionManager.swift` had an unnecessary `try`, causing "No
  calls to throwing functions occur within 'try' expression".
- `CallService.swift:696` was calling a function and not using its
  result, so I annotated that function with `@discardableResult`.
- `MobileCoinAPI+Configuration.swift` declared a variable with `var`
  that should've used `let`.

Nothing major here, but wanted to find ones that were easy to fix.
2022-04-19 09:28:15 -05:00
..
Appearance Add "Donation Receipts" view 2022-04-11 16:21:12 -05:00
Categories PR Feedback: Remove notImplemented altogether 2022-04-13 20:21:47 -07:00
Environment Report HTTP status code when web sockets fail to connect 2022-03-28 15:25:37 -07:00
Fonts Add new fonts for text stories 2022-03-17 14:30:19 -07:00
Payments Fix some trivial compiler warnings 2022-04-19 09:28:15 -05:00
SignalUI.docc Add SignalUI framework target. 2021-10-19 09:39:52 -03:00
UI Fix typos 2022-03-18 11:31:06 -07:00
Utils Render 1:1 story replies 2022-04-15 19:28:14 -07:00
ViewControllers Lint 2022-04-13 20:23:22 -07:00
ViewModels Render 1:1 story replies 2022-04-15 19:28:14 -07:00
Views Render 1:1 story replies 2022-04-15 19:28:14 -07:00
Wallpapers PR Feedback: Remove notImplemented altogether 2022-04-13 20:21:47 -07:00
SignalUI-Prefix.pch minor changes due to changed name of NSLocalizedStringFromAppBundle (now OWSLocalizedString) and new location of swift function and preprocessor definition 2022-03-11 14:08:26 +01:00
SignalUI.h Change phone number. 2021-11-19 14:28:18 -03:00