Skip to content

Commit

Permalink
updated version of solving issue 935
Browse files Browse the repository at this point in the history
  • Loading branch information
bafinouri91 committed Nov 15, 2023
1 parent 65ed982 commit 93828ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/widgets/weekplan_screen_widgets/activity_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,15 @@ class ActivityCard extends StatelessWidget {
),
),
_buildActivityStateIcon(
context, _activityState, weekModeSnapShot, settingsSnapShot),
context,
_activityState,
weekModeSnapShot,
settingsSnapShot),
_buildTimerIcon(context, _activity),
],
),
// Remove avatar icon if there are multiple activities in the choiceboard
// Remove avatar icon if there are multiple activities in the
// choiceboard
multipleActivities == false
? Stack(

Check warning on line 180 in lib/widgets/weekplan_screen_widgets/activity_card.dart

View check run for this annotation

Codecov / codecov/patch

lib/widgets/weekplan_screen_widgets/activity_card.dart#L180

Added line #L180 was not covered by tests
alignment: AlignmentDirectional.topStart,
Expand Down

0 comments on commit 93828ff

Please sign in to comment.