Merge "Fix incorrectly inverted text color." into jb-mr1.1-dev
This commit is contained in:
@@ -765,9 +765,6 @@ public class ManageApplications extends Fragment implements
|
|||||||
holder.entry = entry;
|
holder.entry = entry;
|
||||||
if (entry.label != null) {
|
if (entry.label != null) {
|
||||||
holder.appName.setText(entry.label);
|
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);
|
mState.ensureIcon(entry);
|
||||||
if (entry.icon != null) {
|
if (entry.icon != null) {
|
||||||
|
Reference in New Issue
Block a user