refactor: fix instruction actions in exercise screen logic

This commit is contained in:
Naresh Pratista 2024-11-06 15:55:21 +07:00
parent 4f4893375c
commit a63cdfbc3c

View File

@ -108,7 +108,7 @@ class _ExerciseScreenState extends State<ExerciseScreen> {
gradient: AppColors.gradientTheme, gradient: AppColors.gradientTheme,
), ),
), ),
actions: widget.isReview actions: !widget.isReview
? [ ? [
IconButton( IconButton(
icon: const Icon( icon: const Icon(