mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +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
 | 
					  /// Start a call for a given conversation
 | 
				
			||||||
  void startCall(int convID) =>
 | 
					  void startCall(int convID) =>
 | 
				
			||||||
      pushPage(PageInfo(child: CallScreen(convID: null), hideNavBar: true));
 | 
					      pushPage(PageInfo(child: CallScreen(convID: convID), hideNavBar: true));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /// Open account settings
 | 
					  /// Open account settings
 | 
				
			||||||
  void openAccountSettings() => Navigator.of(context)
 | 
					  void openAccountSettings() => Navigator.of(context)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user