mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-17 02:25:16 +00:00
bugs fixes 4
This commit is contained in:
@ -169,6 +169,8 @@ class TimerScheduleScreen extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: TabBarView(
|
child: TabBarView(
|
||||||
|
physics: const NeverScrollableScrollPhysics(), // Disable swiping
|
||||||
|
|
||||||
children: [
|
children: [
|
||||||
Center(
|
Center(
|
||||||
child: Container(
|
child: Container(
|
||||||
|
@ -180,6 +180,8 @@ class TimerScheduleScreen extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: TabBarView(
|
child: TabBarView(
|
||||||
|
physics: const NeverScrollableScrollPhysics(), // Disable swiping
|
||||||
|
|
||||||
children: [
|
children: [
|
||||||
Center(
|
Center(
|
||||||
child: Container(
|
child: Container(
|
||||||
|
@ -169,6 +169,8 @@ class TimerScheduleScreen extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: TabBarView(
|
child: TabBarView(
|
||||||
|
physics: const NeverScrollableScrollPhysics(), // Disable swiping
|
||||||
|
|
||||||
children: [
|
children: [
|
||||||
Center(
|
Center(
|
||||||
child: Container(
|
child: Container(
|
||||||
|
@ -166,6 +166,10 @@ class WHTimerScheduleScreen extends StatelessWidget {
|
|||||||
// waterHeaterBloc
|
// waterHeaterBloc
|
||||||
// .toggleCreateSchedule();
|
// .toggleCreateSchedule();
|
||||||
}
|
}
|
||||||
|
waterHeaterBloc.createCirculate =
|
||||||
|
false;
|
||||||
|
waterHeaterBloc.createSchedule =
|
||||||
|
false;
|
||||||
waterHeaterBloc.add(
|
waterHeaterBloc.add(
|
||||||
ToggleSelectedEvent(
|
ToggleSelectedEvent(
|
||||||
index: value));
|
index: value));
|
||||||
|
Reference in New Issue
Block a user