Skip to content

Commit

Permalink
Removed all use of block and application directory
Browse files Browse the repository at this point in the history
  • Loading branch information
guyluz11 committed Dec 1, 2023
1 parent dce6db2 commit 257a396
Show file tree
Hide file tree
Showing 38 changed files with 928 additions and 1,565 deletions.
29 changes: 0 additions & 29 deletions lib/application/devices/device_actor/device_actor_bloc.dart

This file was deleted.

8 changes: 0 additions & 8 deletions lib/application/devices/device_actor/device_actor_event.dart

This file was deleted.

13 changes: 0 additions & 13 deletions lib/application/devices/device_actor/device_actor_state.dart

This file was deleted.

148 changes: 0 additions & 148 deletions lib/application/devices/device_watcher/device_watcher_bloc.dart

This file was deleted.

14 changes: 0 additions & 14 deletions lib/application/devices/device_watcher/device_watcher_event.dart

This file was deleted.

18 changes: 0 additions & 18 deletions lib/application/devices/device_watcher/device_watcher_state.dart

This file was deleted.

101 changes: 0 additions & 101 deletions lib/application/light_toggle/light_toggle_bloc.dart

This file was deleted.

28 changes: 0 additions & 28 deletions lib/application/light_toggle/light_toggle_event.dart

This file was deleted.

16 changes: 0 additions & 16 deletions lib/application/light_toggle/light_toggle_state.dart

This file was deleted.

4 changes: 4 additions & 0 deletions lib/infrastructure/phone_hub/phone_hub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ class PhoneHub {
}

void startListen() {
if (phoneAsHub) {
return;
}
phoneAsHub = true;

CompaniesConnectorConjector.updateAllDevicesReposWithDeviceChanges(
AppRequestsToHub.appRequestsToHubStreamController.stream
.map((clientStatusRequests) {
Expand Down
Loading

0 comments on commit 257a396

Please sign in to comment.