build: Update matrix dart sdk
This commit is contained in:
parent
83490de6fd
commit
21e7c3f8cb
5 changed files with 13 additions and 6 deletions
|
|
@ -209,8 +209,6 @@ class SettingsController extends State<Settings> {
|
|||
final client = Matrix.of(context).client;
|
||||
profileFuture ??= client.getProfileFromUserId(
|
||||
client.userID!,
|
||||
cache: !profileUpdated,
|
||||
getFromRooms: !profileUpdated,
|
||||
);
|
||||
return SettingsView(this);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -344,4 +344,7 @@ class MatrixLocals extends MatrixLocalizations {
|
|||
@override
|
||||
String startedKeyVerification(String senderName) =>
|
||||
l10n.startedKeyVerification(senderName);
|
||||
|
||||
@override
|
||||
String invitedBy(String senderName) => l10n.invitedBy(senderName);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue