1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-24 22:09:21 +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!"),
actions: <Widget>[
FlatButton(
onPressed: () => _loadConversationsList(true),
onPressed: () => _loadConversationsList(false),
child: Text(
tr("Retry").toUpperCase(),
style: TextStyle(