capacitor-community / native-audio

MIT License
109 stars 66 forks source link

Android: added missing call.resolve() to configure() #88

Closed nicorac closed 12 months ago

nicorac commented 12 months ago

Android configure() method is missing call.resolve() call.

This causes this code to wait forever:

await NativeAudio.configure({ focus: false });