From dc55232a42b9378409e1fd6807b009175d924d57 Mon Sep 17 00:00:00 2001 From: ashrafzarkanisala Date: Mon, 4 Nov 2024 12:09:44 +0300 Subject: [PATCH] remove commented code --- .../sos/view/sos_batch_control_view.dart | 25 ------------------- 1 file changed, 25 deletions(-) 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))); - // }, - // ), - // ), - // ], - // ); - // } }