mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
remove commented code
This commit is contained in:
@ -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<SosDeviceBloc>().add(
|
||||
// SosFactoryReset(deviceId: deviceIds.first, factoryReset: FactoryResetModel(devicesUuid: deviceIds)));
|
||||
// },
|
||||
// ),
|
||||
// ),
|
||||
// ],
|
||||
// );
|
||||
// }
|
||||
}
|
||||
|
Reference in New Issue
Block a user