Disabled by default

This commit is contained in:
Sebastián Katzer
2014-11-12 23:04:01 +01:00
parent 01202bb250
commit ffd81e00c2
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
*/
- (void) pluginInitialize
{
[self enable:NULL];
[self disable:NULL];
[self configureAudioPlayer];
[self configureAudioSession];
}
@@ -61,6 +61,7 @@
object:nil];
} else {
[self enable:NULL];
[self keepAwake];
}
}