You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a custom application class (it extends android.app.Application). AFAIK, to get Doubango working I have to change the base from Application to NgnApplication.
Is there a way to use Doubango library without extending NgnApplication by my application class?
The text was updated successfully, but these errors were encountered:
I have a custom application class (it extends
android.app.Application
). AFAIK, to get Doubango working I have to change the base fromApplication
toNgnApplication
.Is there a way to use Doubango library without extending
NgnApplication
by my application class?The text was updated successfully, but these errors were encountered: