Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix MainActivity not restarting when theme changes #4900

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

connyduck
Copy link
Collaborator

EXTRA_RESTART_ON_BACK is never set on the Intent extras, but intent.extras?.getBoolean(EXTRA_RESTART_ON_BACK) will return false as long as there are any extras, hiding the actual value from the savedInstanceState.

@connyduck connyduck requested review from Tak, Lakoja and charlag January 27, 2025 20:25
@connyduck connyduck merged commit 19041d7 into develop Jan 29, 2025
1 check passed
@connyduck connyduck deleted the fix-mainactivity-restart branch January 29, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants