chinwag-android/app/src/main/java/com
Konrad Pozniak 19041d7992
fix MainActivity not restarting when theme changes (#4900)
`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`.
2025-01-29 20:04:37 +01:00
..
keylesspalace/tusky fix MainActivity not restarting when theme changes (#4900) 2025-01-29 20:04:37 +01:00