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
We are including the SDK in our app which also support dark mode. However, the SDK makes all of its views white, which means that we have to force our activity to be light-themed.
Could you implement dark mode support? Preferable with a switch (just as AppCompatDelegate does), so that developers can enabled / disable it.
The text was updated successfully, but these errors were encountered:
Hi!
We are including the SDK in our app which also support dark mode. However, the SDK makes all of its views white, which means that we have to force our activity to be light-themed.
Could you implement dark mode support? Preferable with a switch (just as
AppCompatDelegate
does), so that developers can enabled / disable it.The text was updated successfully, but these errors were encountered: