session-ios/Signal/src/environment
Michael Kirk 3aebaefc31 A lighter touch for the fix-call connect.
Though it should be fine, reloading the callUIAdapter is a bit heavy
handed. And the current implementation is prone to being broken, since
we sometimes forget not to treat callUIAdapter as a singleton.

Longer term we can find a way to either: make callUIAdapter a true
singleton or possibly make callUIAdapter a private member of something
which *is* a true singleton.

Since we only *need* it to be reloaded the one time the migration runs
(or when a user changes settings which should be rare) it makes sense to
remove it from the happy path.

// FREEBIE
2018-03-08 10:15:20 -05:00
..
ExperienceUpgrades Audio splashscreen artwork/copy 2018-03-01 10:28:05 -05:00
NotificationsManager.h Respond to CR. 2017-11-06 12:37:15 -05:00
NotificationsManager.m Vibrate when playing sound as alert 2018-03-05 18:47:35 -05:00
PushRegistrationManager.swift Add asserts around Swift singletons. 2017-12-07 13:57:45 -05:00
SignalApp.h Clean up ahead of PR. 2017-12-05 10:29:29 -05:00
SignalApp.m A lighter touch for the fix-call connect. 2018-03-08 10:15:20 -05:00