Fix build break related to Swift 4.1 syntax.

pull/1/head
Matthew Chen 7 years ago
parent bf48ccd4ad
commit a71e00397f

@ -73,7 +73,7 @@ class ExperienceUpgradeFinder: NSObject {
// introducingProfiles,
// introducingReadReceipts,
configurableNotificationAudio
].compactMap { $0 }
].flatMap { $0 }
}
// MARK: - Instance Methods

Loading…
Cancel
Save