add required provider to groupsettingsview so leave action can trigger #292

Merged
sarah merged 2 commits from fixLeave into trunk 2022-01-07 03:45:35 +00:00
Owner

trying to leave a chat was failing on

Provider.of<ProfileInfoState>(context, listen: false).contactList.removeContact(identifier);

as ProfileInfoState was unavailable. this PR fixes that

trying to leave a chat was failing on ``` Provider.of<ProfileInfoState>(context, listen: false).contactList.removeContact(identifier); ``` as ProfileInfoState was unavailable. this PR fixes that
dan added 1 commit 2022-01-07 03:27:49 +00:00
sarah added 1 commit 2022-01-07 03:45:18 +00:00
continuous-integration/drone/pr Build is pending Details
6446b44a27
Merge branch 'trunk' into fixLeave
sarah merged commit 891bb8740f into trunk 2022-01-07 03:45:35 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/cwtch-ui#292
No description provided.