]> git.ktnx.net Git - mobile-ledger.git/commitdiff
fix status bar background when switching profiles (and themes)
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 20 May 2020 19:31:16 +0000 (22:31 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 20 May 2020 19:39:41 +0000 (22:39 +0300)
it appears that if there is a theme defined in the app manifest, the
status bar takes its background from there when the activity is
recreate()'d after a profile/theme change

however, this needs that the theme is set up before the AppCompatActivity's
onCreate() is called


No differences found