mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	chore: Add call sound
This commit is contained in:
		
							parent
							
								
									03fceaea15
								
							
						
					
					
						commit
						bb4471b1a7
					
				
							
								
								
									
										
											BIN
										
									
								
								assets/sounds/call.ogg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/sounds/call.ogg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							@ -173,7 +173,7 @@ class _MyCallingPage extends State<Calling> {
 | 
			
		||||
  CallState? _state;
 | 
			
		||||
 | 
			
		||||
  void _playCallSound() async {
 | 
			
		||||
    const path = 'assets/sounds/call.wav';
 | 
			
		||||
    const path = 'assets/sounds/call.ogg';
 | 
			
		||||
    if (kIsWeb) {
 | 
			
		||||
      darthtml.AudioElement()
 | 
			
		||||
        ..src = 'assets/$path'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user