ryanheise / audio_session

MIT License
107 stars 68 forks source link

fix incorrect argument types of `contains` method #118

Closed kainosk closed 7 months ago

kainosk commented 7 months ago

@ryanheise

this fix #117

I found one more similar bug in AVAudioSessionCategoryOptions's contains method, so I fixed same way too.

I confirmed that I can build the example app after my fix is applied.