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

Commit 8f28cd5d authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Fix incorrectly inverted text color.

Bug: 7632947
Change-Id: I2eb8c4c24bda5b08215204330c30431bf6d0fc27
parent 0206284a
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) {