notification exceptions ui

This commit is contained in:
overtake
2018-11-20 13:36:29 +04:00
parent 6d1c9a1ce3
commit 73ae9017d2
14 changed files with 2144 additions and 1087 deletions

View File

@@ -209,7 +209,7 @@ public func fileNameForNotificationSound(_ sound: PeerMessageSound, defaultSound
}
}
private func playSound(account: Account, sound: PeerMessageSound, defaultSound: PeerMessageSound?) -> Signal<Void, NoError> {
func playSound(account: Account, sound: PeerMessageSound, defaultSound: PeerMessageSound?) -> Signal<Void, NoError> {
if case .none = sound {
return .complete()
} else {