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

Commit b0f3f8db authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Fix incorrectly inverted text color." into jb-mr1.1-dev

parents 1cadd481 8f28cd5d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -765,9 +765,6 @@ public class ManageApplications extends Fragment implements
                holder.entry = entry;
                if (entry.label != null) {
                    holder.appName.setText(entry.label);
                    holder.appName.setTextColor(mContext.getResources().getColorStateList(
                            entry.info.enabled ? android.R.color.primary_text_dark
                                    : android.R.color.secondary_text_dark));
                }
                mState.ensureIcon(entry);
                if (entry.icon != null) {