clear selected messages when showing paywall

This commit is contained in:
ggurdin 2024-10-09 12:39:55 -04:00
parent 1d64475d25
commit ed72abb38b
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

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);
},