diff --git a/lib/pages/device_managment/sos/view/sos_batch_control_view.dart b/lib/pages/device_managment/sos/view/sos_batch_control_view.dart index 89fbc11a..ec15b7d6 100644 --- a/lib/pages/device_managment/sos/view/sos_batch_control_view.dart +++ b/lib/pages/device_managment/sos/view/sos_batch_control_view.dart @@ -38,29 +38,4 @@ class SOSBatchControlView extends StatelessWidget { ], ); } - // - // Widget _buildStatusControls(BuildContext context, SosStatusModel status) { - // return Row( - // mainAxisAlignment: MainAxisAlignment.center, - // children: [ - // SizedBox( - // width: 170, - // // height: 140, - // child: FirmwareUpdateWidget(deviceId: deviceIds.first, version: 2)), - // const SizedBox( - // width: 12, - // ), - // SizedBox( - // width: 170, - // height: 140, - // child: FactoryResetWidget( - // callFactoryReset: () { - // context.read().add( - // SosFactoryReset(deviceId: deviceIds.first, factoryReset: FactoryResetModel(devicesUuid: deviceIds))); - // }, - // ), - // ), - // ], - // ); - // } }