This commit is contained in:
ashrafzarkanisala
2024-09-02 17:37:40 +03:00
parent 3ff6937116
commit 4cf9d4c2f2
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ class DeviceManagementBloc
onlineCount: _onlineCount,
offlineCount: _offlineCount,
lowBatteryCount: _lowBatteryCount,
selectedDevice: null,
));
} catch (e) {
emit(DeviceManagementInitial());