!610 delete Orientation.SENSOR, SENSOR_VERTICAL, SENSOR_HORIZONTAL

Merge pull request !610 from xiaojianfeng/dev
This commit is contained in:
openharmony_ci
2022-07-30 10:04:32 +00:00
committed by Gitee
@@ -20,10 +20,7 @@ export const Orientation = {
VERTICAL: 1,
HORIZONTAL: 2,
REVERSE_VERTICAL: 3,
REVERSE_HORIZONTAL: 4,
SENSOR: 5,
SENSOR_VERTICAL: 6,
SENSOR_HORIZONTAL: 7
REVERSE_HORIZONTAL: 4
};
export const Screen = {