mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
remove un use code
This commit is contained in:
@ -61,9 +61,7 @@ class SettingBlocBloc extends Bloc<SettingBlocEvent, DeviceSettingsState> {
|
||||
emit(UpdateSettingState(deviceName: nameController.text));
|
||||
} catch (e) {
|
||||
emit(ErrorState(message: e.toString()));
|
||||
} finally {
|
||||
// isSaving = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
DeviceInfoModel deviceInfo = DeviceInfoModel(
|
||||
|
Reference in New Issue
Block a user