Compare commits

..

1 commit

Author SHA1 Message Date
3fff32f170
working login 2026-01-25 14:34:03 +00:00

View file

@ -42,9 +42,9 @@ class ClientController extends AsyncNotifier<int> {
.set(SyncStatus.fromJson(decodedMuksEvent));
break;
case "sync_complete":
ref
.watch(SyncStatusController.provider.notifier)
.set(SyncStatus.fromJson(decodedMuksEvent));
// ref
// .watch(SyncStatusController.provider.notifier)
// .set(SyncStatus.fromJson(decodedMuksEvent));
break;
default:
debugPrint("Unhandled event: $muksEventType");