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, // introducingProfiles,
// introducingReadReceipts, // introducingReadReceipts,
configurableNotificationAudio configurableNotificationAudio
].compactMap { $0 } ].flatMap { $0 }
} }
// MARK: - Instance Methods // MARK: - Instance Methods

Loading…
Cancel
Save