fix: Possibly fix voice messages on iOS
This commit is contained in:
parent
51faebda3d
commit
eeca097d1f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import 'package:record/record.dart';
|
|||
import 'package:wakelock/wakelock.dart';
|
||||
|
||||
class RecordingDialog extends StatefulWidget {
|
||||
static const String recordingFileType = 'aac';
|
||||
static const String recordingFileType = 'm4a';
|
||||
const RecordingDialog({
|
||||
Key key,
|
||||
}) : super(key: key);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue