Skip to content

Commit

Permalink
[Change] Remove retry in updateRx
Browse files Browse the repository at this point in the history
  • Loading branch information
canxin121 authored May 5, 2024
1 parent 3c96cf8 commit aa4da7c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/util/audio_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,6 @@ class AudioHandler extends GetxController {
} catch (e) {
talker.error("[Music Handler] Failed to updateRx,set null");
playingMusic.value = null;
Future.delayed(const Duration(seconds: 1)).then((value) {
updateRx();
});
}
} else {
playingMusic.value = null;
Expand Down

0 comments on commit aa4da7c

Please sign in to comment.