Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e46caa28 authored by Steve Elliott's avatar Steve Elliott
Browse files

Ensure footer view colors are updated after inflation

Fixes: 269218509
Test: manual
      0: Have some notification present
      1: Set theme to light mode
      2: `adb shell am crash com.android.systemui`
      3: Unlock device
      4: expand the notification shade
      5: Turn off the screen
      6: Turn on the screen
      7: *Without unlocking*, expand the notification shade
      Observe: icon is the correct color
Change-Id: Ib1372afd22c323421f5f4b935bf549af95589aee
parent 7cf6cd85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ public class FooterView extends StackScrollerDecorView {
        mSeenNotifsFooterTextView = findViewById(R.id.unlock_prompt_footer);
        updateResources();
        updateText();
        updateColors();
    }

    public void setFooterLabelTextAndIcon(@StringRes int text, @DrawableRes int icon) {