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
Apply theme changes instantly instead of requiring a restart (#476)
Picking a new theme now recreates the current activity right away.
Since the app has two activities (MainActivity and SettingsActivity),
ThemingCallback also checks on every activity resume whether the saved
theme differs from what that activity was created with, and recreates
it too, so MainActivity picks up the change as soon as you back out of
Settings instead of needing a full app restart.
Removes the now-inaccurate "restart to apply" summary and string.
0 commit comments