We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f66b5 commit a2f2d5aCopy full SHA for a2f2d5a
external/ObjectAL/OALSimpleAudio.m
@@ -312,7 +312,7 @@ - (void) setPaused:(bool) value
312
313
- (bool) honorSilentSwitch
314
{
315
-#if ANDROID
+#if __CC_PLATFORM_ANDROID
316
#warning honorSilentSwitch not implemented
317
return false;
318
#else
@@ -322,7 +322,7 @@ - (bool) honorSilentSwitch
322
323
- (void) setHonorSilentSwitch:(bool) value
324
325
326
#warning setHonorSilentSwitch not implemented
327
328
[OALAudioSession sharedInstance].honorSilentSwitch = value;
0 commit comments