mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +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';
 | 
			
		||||
 | 
			
		||||
class RecordingDialog extends StatefulWidget {
 | 
			
		||||
  static const String recordingFileType = 'aac';
 | 
			
		||||
  static const String recordingFileType = 'm4a';
 | 
			
		||||
  const RecordingDialog({
 | 
			
		||||
    Key key,
 | 
			
		||||
  }) : super(key: key);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user