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:
parent
ac48270303
commit
517b97f12b
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user