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 e0bcacd commit d1a772eCopy full SHA for d1a772e
lib/src/track/audio_management.dart
@@ -74,7 +74,7 @@ mixin AudioManagementMixin on AudioTrack {
74
logger.fine('[$runtimeType] didUpdateSate: $audioTrackState');
75
76
NativeAudioConfiguration? config;
77
- if (!lkPlatformIs(PlatformType.iOS)) {
+ if (lkPlatformIs(PlatformType.iOS)) {
78
// Only iOS for now...
79
config = await nativeAudioConfigurationForAudioTrackState
80
.call(audioTrackState);
0 commit comments