mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix issue
This commit is contained in:
		@@ -128,7 +128,7 @@ abstract class MainController extends State<MainRoute> {
 | 
			
		||||
 | 
			
		||||
  /// Start a call for a given conversation
 | 
			
		||||
  void startCall(int convID) =>
 | 
			
		||||
      pushPage(PageInfo(child: CallScreen(convID: null), hideNavBar: true));
 | 
			
		||||
      pushPage(PageInfo(child: CallScreen(convID: convID), hideNavBar: true));
 | 
			
		||||
 | 
			
		||||
  /// Open account settings
 | 
			
		||||
  void openAccountSettings() => Navigator.of(context)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user