Merge branch 'instruction' into 'master'
refactor: fix instruction actions in exercise screen logic See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!5
This commit is contained in:
commit
1b64825f88
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user