Merge pull request #940 from pangeachat/fix-audio-overflow

fix audio overflow
pull/1490/head
ggurdin 1 year ago committed by GitHub
commit 014bfe2c4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,8 +27,7 @@ class AudioPlayerWidget extends StatefulWidget {
static String? currentId; static String? currentId;
// #Pangea // #Pangea
// static const int wavesCount = 40; static const int wavesCount = 40;
static const int wavesCount = kIsWeb ? 100 : 40;
final int? sectionStartMS; final int? sectionStartMS;
final int? sectionEndMS; final int? sectionEndMS;

Loading…
Cancel
Save