Skip to content

Conversation

dl8sd11
Copy link

@dl8sd11 dl8sd11 commented Jun 15, 2025

Copy link
Contributor

@veloce veloce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution. I'll merge it when missing checks are added.

}

void giveTime(Duration amount) {
final newTime = state.timeLeft(state.activeClock!)! + amount;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume the clock can be disabled in which case this method would crash. You should check for that first.

);
},
),
BottomSheetAction(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there is no clock this button should be hidden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants