We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e316a8f commit dbe3af6Copy full SHA for dbe3af6
lib/widgets/timer_page.dart
@@ -322,6 +322,7 @@ class TimerPageState extends State<TimerPage>
322
void initState() {
323
WidgetsBinding.instance.addObserver(this);
324
sessionKey = sessionSavePrefix + widget.tea.id.toString();
325
+ _audioPlayer.setReleaseMode(ReleaseMode.stop);
326
327
_animationController = AnimationController(
328
vsync: this,
0 commit comments