mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 03:29:30 +01:00
fix: Possibly fix voice messages on iOS
This commit is contained in:
parent
56e17cbb63
commit
b2417fe1f3
@ -10,7 +10,7 @@ import 'package:record/record.dart';
|
|||||||
import 'package:wakelock/wakelock.dart';
|
import 'package:wakelock/wakelock.dart';
|
||||||
|
|
||||||
class RecordingDialog extends StatefulWidget {
|
class RecordingDialog extends StatefulWidget {
|
||||||
static const String recordingFileType = 'aac';
|
static const String recordingFileType = 'm4a';
|
||||||
const RecordingDialog({
|
const RecordingDialog({
|
||||||
Key key,
|
Key key,
|
||||||
}) : super(key: key);
|
}) : super(key: key);
|
||||||
|
Loading…
Reference in New Issue
Block a user