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
Fixed change logs reminder popup not closing on cancel click.
Workaround an issue where webpages continues to appear dark on dark themes causing
accessibility issues.
The fix may still not work because WebView is only responding to system theme and
there's no way to set that except setting the theme to the entire app using Android
APIs. Inure cannot work like that, that's why it's breaking. I added a few workarounds
and to some extent, the fix should be fine.
The fix will only work when the whole system is set to dark mode. App level dark mode
will still break the theme.
Fixed Battery Optimization Switcher dialog not setting the state properly.