Skip to content

Commit

Permalink
Refactor function description
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPickhardt committed Sep 9, 2024
1 parent d25b13c commit de898b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ride/services/audio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class Audio {
ftts = null;
}

/// Cleans up the audio instructions feature.
/// Cleans up the audio service when deactivated.
/// Can be called internally when the audio settings changes.
Future<void> _cleanUp() async {
ride = null;
Expand Down

0 comments on commit de898b1

Please sign in to comment.