mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Fix issue on load error on conversations list screen
This commit is contained in:
		@@ -77,7 +77,7 @@ class _ConversationScreenState extends State<ConversationsListScreen> {
 | 
			
		||||
      tr("Could not retrieve the list of conversations!"),
 | 
			
		||||
      actions: <Widget>[
 | 
			
		||||
        FlatButton(
 | 
			
		||||
          onPressed: () => _loadConversationsList(true),
 | 
			
		||||
          onPressed: () => _loadConversationsList(false),
 | 
			
		||||
          child: Text(
 | 
			
		||||
            tr("Retry").toUpperCase(),
 | 
			
		||||
            style: TextStyle(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user