mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-18 21:38:48 +00:00
Finish to fix deprecation warnings
This commit is contained in:
@@ -99,8 +99,7 @@ class _ConversationWindowState extends SafeState<ConversationWindow> {
|
||||
isCollapsed: _collapsed,
|
||||
body: buildErrorCard(tr("Could not load conversation information!"),
|
||||
actions: [
|
||||
FlatButton(
|
||||
textColor: Colors.white,
|
||||
ElevatedButton(
|
||||
onPressed: _refresh,
|
||||
child: Text(tr("Try again").toUpperCase()),
|
||||
)
|
||||
|
Reference in New Issue
Block a user