mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
apend
This commit is contained in:
@ -97,7 +97,7 @@ class HomeCubit extends Cubit<HomeState> {
|
||||
}
|
||||
|
||||
unselectRoom() {
|
||||
selectedRoom = null;
|
||||
// selectedRoom = null;
|
||||
devicesPageController.animateToPage(
|
||||
0,
|
||||
duration: duration,
|
||||
@ -113,6 +113,7 @@ class HomeCubit extends Cubit<HomeState> {
|
||||
emitSafe(RoomUnSelected());
|
||||
}
|
||||
|
||||
//////////////////////////////////////// API ////////////////////////////////////////
|
||||
fetchSpaces() async {
|
||||
emitSafe(GetSpacesLoading());
|
||||
try {
|
||||
@ -142,7 +143,7 @@ class HomeCubit extends Cubit<HomeState> {
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////Nav////////////////////////////////////////
|
||||
/////////////////////////////////////// Nav ///////////////////////////////////////
|
||||
|
||||
static clear() {
|
||||
pageIndex = 0;
|
||||
|
Reference in New Issue
Block a user