Merge pull request #723 from pangeachat/close-toolbar-on-paywall
clear selected messages when showing paywall
This commit is contained in:
commit
fc1294ad30
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ class MessageUnsubscribedCard extends StatelessWidget {
|
|||
width: double.infinity,
|
||||
child: TextButton(
|
||||
onPressed: () {
|
||||
controller.widget.chatController.clearSelectedEvents();
|
||||
MatrixState.pangeaController.subscriptionController
|
||||
.showPaywall(context);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue