Loading packages/SystemUI/src/com/android/systemui/pip/phone/PipMenuView.java +4 −2 Original line number Diff line number Diff line Loading @@ -394,8 +394,10 @@ public class PipMenuView extends FrameLayout { // TODO: Check if the action drawable has changed before we reload it action.getIcon().loadDrawableAsync(mContext, d -> { if (d != null) { d.setTint(Color.WHITE); actionView.setImageDrawable(d); } }, mHandler); actionView.setContentDescription(action.getContentDescription()); if (action.isEnabled()) { Loading Loading
packages/SystemUI/src/com/android/systemui/pip/phone/PipMenuView.java +4 −2 Original line number Diff line number Diff line Loading @@ -394,8 +394,10 @@ public class PipMenuView extends FrameLayout { // TODO: Check if the action drawable has changed before we reload it action.getIcon().loadDrawableAsync(mContext, d -> { if (d != null) { d.setTint(Color.WHITE); actionView.setImageDrawable(d); } }, mHandler); actionView.setContentDescription(action.getContentDescription()); if (action.isEnabled()) { Loading