Merge "Fix regression of wrong min value on night display slice" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
93aee0d99d
@@ -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