Update sdk for performance increases
This commit is contained in:
parent
6670ae304a
commit
e924908d49
10 changed files with 23 additions and 19 deletions
|
|
@ -101,7 +101,7 @@ class _SignUpPasswordState extends State<SignUpPassword> {
|
|||
await matrix.client.setAvatar(
|
||||
MatrixFile(
|
||||
bytes: widget.avatar.bytes,
|
||||
path: widget.avatar.path,
|
||||
name: widget.avatar.path,
|
||||
),
|
||||
);
|
||||
} catch (exception) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue