fix audio overflow

This commit is contained in:
ggurdin 2024-11-08 15:08:40 -05:00
parent ffc63754e8
commit 6e42ada9ac
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -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;