Explorar el Código

Revert sound change (#63)

Sebastián Katzer hace 12 años
padre
commit
35383b73e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
         }
     }