mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +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!"),
 | 
					      tr("Could not retrieve the list of conversations!"),
 | 
				
			||||||
      actions: <Widget>[
 | 
					      actions: <Widget>[
 | 
				
			||||||
        FlatButton(
 | 
					        FlatButton(
 | 
				
			||||||
          onPressed: () => _loadConversationsList(true),
 | 
					          onPressed: () => _loadConversationsList(false),
 | 
				
			||||||
          child: Text(
 | 
					          child: Text(
 | 
				
			||||||
            tr("Retry").toUpperCase(),
 | 
					            tr("Retry").toUpperCase(),
 | 
				
			||||||
            style: TextStyle(
 | 
					            style: TextStyle(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user