deleted old code

main
Kai Mannweiler 2023-03-04 18:24:02 +01:00
parent c14e881558
commit c79674eb46
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@ class WorkoutProvider extends ChangeNotifier {
_workoutPhaseSettings[currentPhase]!['source'];
void nextPhase() {
_onCompleteSubscription.cancel();
_audioPlayer.stop();
if (_workoutPhaseIndex < _workoutPhases.length - 1) {
_workoutPhaseIndex += 1;
audioProvider.playSourceAfterBeep(currentPhaseSource);