Merge "Fix regression of wrong min value on night display slice" into qt-dev am: 93aee0d99d
am: 35b17ed655
Change-Id: I50f210cdfec286335e9363cf7fcc235ecf8e9816
This commit is contained in:
@@ -82,7 +82,8 @@ public class NightDisplayIntensityPreferenceController extends SliderPreferenceC
|
||||
|
||||
@Override
|
||||
public int getMin() {
|
||||
return ColorDisplayManager.getMinimumColorTemperature(mContext);
|
||||
// The min should always be 0 in this case.
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user