Don't migrate legacy users to use new audio tones

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 830e9f1bfd
commit c2501d8d1e

@ -9,13 +9,6 @@ private class IntroducingCustomNotificationAudioExperienceUpgradeViewController:
var buttonAction: ((UIButton) -> Void)?
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
// Opt users in to the new default sound ("note") after they've seen the splash screen.
OWSSounds.setGlobalNotificationSound(.note)
}
override func loadView() {
self.view = UIView.container()

Loading…
Cancel
Save