fix audio overflow
This commit is contained in:
parent
ffc63754e8
commit
6e42ada9ac
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue