From 517b97f12bdf2e6c73a1f11bee6b1f7e94be6961 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 25 Apr 2019 11:47:48 +0200 Subject: [PATCH] Fix issue on load error on conversations list screen --- lib/ui/screens/conversations_list_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/screens/conversations_list_screen.dart b/lib/ui/screens/conversations_list_screen.dart index a2e7b1b..7400e26 100644 --- a/lib/ui/screens/conversations_list_screen.dart +++ b/lib/ui/screens/conversations_list_screen.dart @@ -77,7 +77,7 @@ class _ConversationScreenState extends State { tr("Could not retrieve the list of conversations!"), actions: [ FlatButton( - onPressed: () => _loadConversationsList(true), + onPressed: () => _loadConversationsList(false), child: Text( tr("Retry").toUpperCase(), style: TextStyle(