mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-23 14:30:06 +00:00
Modify the minimum value of brightness to solve the problem that the screen becomes completely black when the brightness is lowest
Signed-off-by: xuchangzhou <xuzhangzhou@huawei.com>
This commit is contained in:
parent
0e97d07b7a
commit
70df71e174
@ -19,7 +19,7 @@ import HeadComponent from '../../../../../../../common/component/src/main/ets/de
|
||||
import ConfigData from '../../../../../../../common/utils/src/main/ets/default/baseUtil/ConfigData.ets';
|
||||
|
||||
|
||||
const BRIGHTNESS_MIN_VALUE = 0;
|
||||
const BRIGHTNESS_MIN_VALUE = 4;
|
||||
const BRIGHTNESS_MAX_VALUE = 100;
|
||||
const BRIGHTNESS_STEP_VALUE = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user