瀏覽代碼

update comment

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 {