Loading src/com/android/settings/display/DeviceStateAutoRotationHelper.java +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ public class DeviceStateAutoRotationHelper { int order = -numDeviceStates + i; controllers.add(new DeviceStateAutoRotateSettingController( context, settableDeviceState.getDeviceState(), settableDeviceState.deviceState(), deviceStateSettingDescriptions[i], order )); Loading Loading
src/com/android/settings/display/DeviceStateAutoRotationHelper.java +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ public class DeviceStateAutoRotationHelper { int order = -numDeviceStates + i; controllers.add(new DeviceStateAutoRotateSettingController( context, settableDeviceState.getDeviceState(), settableDeviceState.deviceState(), deviceStateSettingDescriptions[i], order )); Loading