diff --git a/lib/pages/chat/events/audio_player.dart b/lib/pages/chat/events/audio_player.dart index d848cb6cc..3213d085f 100644 --- a/lib/pages/chat/events/audio_player.dart +++ b/lib/pages/chat/events/audio_player.dart @@ -391,18 +391,19 @@ class AudioPlayerState extends State { // #Pangea // const SizedBox(width: 8), const SizedBox(width: 5), + // SizedBox( + // width: 36, + // child: // Pangea# - SizedBox( - width: 36, - child: Text( - statusText, - style: TextStyle( - color: widget.color, - fontSize: 12, - ), + Text( + statusText, + style: TextStyle( + color: widget.color, + fontSize: 12, ), ), // #Pangea + // ), // const SizedBox(width: 8), // Badge( // isLabelVisible: audioPlayer != null,