mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-22 05:44:48 +00:00
Implement Two-Gang & One-Gang
This commit is contained in:
@ -13,8 +13,7 @@ import 'package:syncrow_app/generated/assets.dart';
|
||||
import 'package:syncrow_app/utils/context_extension.dart';
|
||||
import 'package:syncrow_app/utils/resource_manager/color_manager.dart';
|
||||
import 'package:syncrow_app/utils/resource_manager/font_manager.dart';
|
||||
|
||||
import '../../../bloc/two_gang_bloc/two_gang_event.dart';
|
||||
import 'package:syncrow_app/features/devices/bloc/two_gang_bloc/two_gang_event.dart';
|
||||
|
||||
|
||||
class TwoTimerScreen extends StatelessWidget {
|
||||
@ -167,7 +166,8 @@ class TwoTimerScreen extends StatelessWidget {
|
||||
}
|
||||
},
|
||||
child: SvgPicture.asset(
|
||||
countNum > 0 ? Assets.pauseIcon : Assets.playIcon))
|
||||
countNum > 0 ? Assets.pauseIcon : Assets.playIcon)
|
||||
)
|
||||
],
|
||||
)));
|
||||
},
|
||||
|
Reference in New Issue
Block a user