Receive sharing intent
This commit is contained in:
parent
a0828535d5
commit
701c4d2757
11 changed files with 167 additions and 77 deletions
|
|
@ -394,7 +394,6 @@ class _InheritedMatrix extends InheritedWidget {
|
|||
bool update = old.data.client.accessToken != this.data.client.accessToken ||
|
||||
old.data.client.userID != this.data.client.userID ||
|
||||
old.data.client.matrixVersions != this.data.client.matrixVersions ||
|
||||
old.data.client.lazyLoadMembers != this.data.client.lazyLoadMembers ||
|
||||
old.data.client.deviceID != this.data.client.deviceID ||
|
||||
old.data.client.deviceName != this.data.client.deviceName ||
|
||||
old.data.client.homeserver != this.data.client.homeserver;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue