Skip to content

Commit

Permalink
Merge pull request #940 from pangeachat/fix-audio-overflow
Browse files Browse the repository at this point in the history
fix audio overflow
  • Loading branch information
ggurdin authored Nov 8, 2024
2 parents ffc6375 + 6e42ada commit 014bfe2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/pages/chat/events/audio_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ class AudioPlayerWidget extends StatefulWidget {
static String? currentId;

// #Pangea
// static const int wavesCount = 40;
static const int wavesCount = kIsWeb ? 100 : 40;
static const int wavesCount = 40;

final int? sectionStartMS;
final int? sectionEndMS;
Expand Down

0 comments on commit 014bfe2

Please sign in to comment.