mirror of https://github.com/tuskyapp/Tusky.git
Browse Source
When the emoji pack changes and `MainActivity` is recreated status bar
and navigation bar turn dark in edge-to-edge mode (Android 15), we would
need [the same workaround as
here](068d884aef/app/src/main/java/com/keylesspalace/tusky/components/preference/PreferencesActivity.kt (L71-L75))
in `MainActivity` as well.
But why not handle the restart in `AccountActivity` as we do for all
other preferences that require it.
pull/5064/head
2 changed files with 2 additions and 21 deletions
Loading…
Reference in new issue