From a63cdfbc3c38089e972397777dc0926d9eb1ff37 Mon Sep 17 00:00:00 2001 From: Naresh Pratista <2141720057@student.polinema.ac.id> Date: Wed, 6 Nov 2024 15:55:21 +0700 Subject: [PATCH] refactor: fix instruction actions in exercise screen logic --- .../learning/modules/exercises/screens/exercise_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/learning/modules/exercises/screens/exercise_screen.dart b/lib/features/learning/modules/exercises/screens/exercise_screen.dart index 49a06fb..a40916c 100644 --- a/lib/features/learning/modules/exercises/screens/exercise_screen.dart +++ b/lib/features/learning/modules/exercises/screens/exercise_screen.dart @@ -108,7 +108,7 @@ class _ExerciseScreenState extends State { gradient: AppColors.gradientTheme, ), ), - actions: widget.isReview + actions: !widget.isReview ? [ IconButton( icon: const Icon(