chore: Update to matrix sdk main
This commit is contained in:
parent
0be267e8a4
commit
2add91fc57
3 changed files with 25 additions and 29 deletions
|
|
@ -360,4 +360,7 @@ class MatrixLocals extends MatrixLocalizations {
|
|||
? ''
|
||||
: '${duration.inMinutes.toString().padLeft(2, '0')}:${(duration.inSeconds % 60).toString().padLeft(2, '0')}',
|
||||
);
|
||||
|
||||
@override
|
||||
String get refreshingLastEvent => l10n.loadingPleaseWait;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue