Merge pull request #723 from pangeachat/close-toolbar-on-paywall

clear selected messages when showing paywall
This commit is contained in:
ggurdin 2024-10-09 12:40:55 -04:00 committed by GitHub
commit fc1294ad30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,7 @@ class MessageUnsubscribedCard extends StatelessWidget {
width: double.infinity,
child: TextButton(
onPressed: () {
controller.widget.chatController.clearSelectedEvents();
MatrixState.pangeaController.subscriptionController
.showPaywall(context);
},