去掉部分高频刷新的log
This commit is contained in:
@@ -77,8 +77,6 @@ class AudioPlayerHandler extends audio_service.BaseAudioHandler {
|
|||||||
|
|
||||||
void _publishStateOnly() {
|
void _publishStateOnly() {
|
||||||
final current = playbackState.value;
|
final current = playbackState.value;
|
||||||
debugPrint(
|
|
||||||
'📡 [publishStateOnly] position=$_currentPosition, playing=${current.playing}');
|
|
||||||
|
|
||||||
playbackState.add(audio_service.PlaybackState(
|
playbackState.add(audio_service.PlaybackState(
|
||||||
controls: current.controls.isNotEmpty
|
controls: current.controls.isNotEmpty
|
||||||
|
|||||||
Reference in New Issue
Block a user