소스 검색

Revert sound change (#63)

Sebastián Katzer 12 년 전
부모
커밋
35383b73e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/ios/APPLocalNotification.m

+ 1 - 1
src/ios/APPLocalNotification.m

@@ -268,7 +268,7 @@ NSString *const kAPP_LOCALNOTIFICATION = @"APP_LOCALNOTIFICATION";
         }
         else
         {
-            notification.soundName = [self.commandDelegate pathForResource:sound];
+            notification.soundName = sound;
         }
     }