mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 17:47:28 +00:00
bug_fixing 2
This commit is contained in:
@ -16,7 +16,7 @@ import 'package:syncrow_app/utils/resource_manager/color_manager.dart';
|
||||
|
||||
part 'home_state.dart';
|
||||
|
||||
class HomeCubit extends Cubit<SpacesState> {
|
||||
class HomeCubit extends Cubit<HomeState> {
|
||||
HomeCubit() : super(SpacesInitial()) {
|
||||
if (HomeCubit.spaces != null) {
|
||||
if (selectedSpace == null) {
|
||||
|
Reference in New Issue
Block a user