فهرست منبع

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
         else
         {
         {
-            notification.soundName = [self.commandDelegate pathForResource:sound];
+            notification.soundName = sound;
         }
         }
     }
     }