cyberta пре 5 година
родитељ
комит
4a8d24c8d5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      deltachat-ios/MessageKit/Controllers/BasicAudioController.swift

+ 1 - 1
deltachat-ios/MessageKit/Controllers/BasicAudioController.swift

@@ -233,7 +233,7 @@ open class BasicAudioController: NSObject, AVAudioPlayerDelegate {
         stopAnyOngoingPlaying()
     }
 
-    // MARK: - AVAudioSessionRouteChange handler
+    // MARK: - AVAudioSession.routeChangeNotification handler
     @objc func audioRouteChanged(note: Notification) {
       if let userInfo = note.userInfo {
         if let reason = userInfo[AVAudioSessionRouteChangeReasonKey] as? Int {