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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue