1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-25 06:19:22 +00:00

Fix issue on load error on conversations list screen

This commit is contained in:
Pierre HUBERT 2019-04-25 11:47:48 +02:00
parent ac48270303
commit 517b97f12b

View File

@ -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(