refactor: fix instruction actions in exercise screen logic
This commit is contained in:
parent
4f4893375c
commit
a63cdfbc3c
|
|
@ -108,7 +108,7 @@ class _ExerciseScreenState extends State<ExerciseScreen> {
|
|||
gradient: AppColors.gradientTheme,
|
||||
),
|
||||
),
|
||||
actions: widget.isReview
|
||||
actions: !widget.isReview
|
||||
? [
|
||||
IconButton(
|
||||
icon: const Icon(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user