remove un use code

This commit is contained in:
mohammad
2025-06-02 13:30:26 +03:00
parent 98ad4246e1
commit cabd37a08a

View File

@ -61,9 +61,7 @@ class SettingBlocBloc extends Bloc<SettingBlocEvent, DeviceSettingsState> {
emit(UpdateSettingState(deviceName: nameController.text)); emit(UpdateSettingState(deviceName: nameController.text));
} catch (e) { } catch (e) {
emit(ErrorState(message: e.toString())); emit(ErrorState(message: e.toString()));
} finally { }
// isSaving = false;
}
} }
DeviceInfoModel deviceInfo = DeviceInfoModel( DeviceInfoModel deviceInfo = DeviceInfoModel(