cergo123 / ChatVoicePlayer

An Android library to make the implementation of voice/audio messages' playing easier
MIT License
184 stars 28 forks source link

android.view.ContextThemeWrapper cannot be cast to android.app.Activity #25

Open jaffar02 opened 1 year ago

jaffar02 commented 1 year ago

This error only appears when I pass the Firebase audio url to the setAudio() method.

JanaS03 commented 1 month ago

i am having the same problem. did you solve the error bro ?

jaffar02 commented 1 month ago

I implemented custom voice player instead. Although you could try downloading the audio file first and then pass the uri to setAudio(). It should work.

JanaS03 commented 1 month ago

thanks bro