Commit 35383b73 by Sebastián Katzer

Revert sound change (#63)

parent 22c43bf8
......@@ -268,7 +268,7 @@ NSString *const kAPP_LOCALNOTIFICATION = @"APP_LOCALNOTIFICATION";
}
else
{
notification.soundName = [self.commandDelegate pathForResource:sound];
notification.soundName = sound;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment