Replace status bar theme change hack with a proper reinflation approach.
Now, when the theme changes we reinflate all status bar views and reattach them. This is an approximate simulation of the normal Activity onDestroy/onCreate cycle that the system goes through when a config change (in our case, a theme change) occurs. Also reverts "Hack to update status bar service drawables on theme change.", a478f39e
Loading
Please register or sign in to comment