clear selected messages when showing paywall

pull/1402/head
ggurdin 1 year ago
parent 1d64475d25
commit ed72abb38b
No known key found for this signature in database
GPG Key ID: A01CB41737CBB478

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

Loading…
Cancel
Save