浏览代码

Revert sound change (#63)

Sebastián Katzer 11 年之前
父节点
当前提交
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;
         }
     }