Dim icons when recent apps category is disabled
- Fix b/10654646 Change-Id: I7581054b0838c801cf9a6c889e8aeb9db8c7ba56
This commit is contained in:
@@ -96,7 +96,7 @@ public class RecentLocationApps {
|
||||
CharSequence label,
|
||||
boolean isHighBattery,
|
||||
Preference.OnPreferenceClickListener listener) {
|
||||
Preference pref = new Preference(mActivity);
|
||||
Preference pref = new DimmableIconPreference(mActivity);
|
||||
pref.setIcon(icon);
|
||||
pref.setTitle(label);
|
||||
if (isHighBattery) {
|
||||
|
Reference in New Issue
Block a user