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

clear selected messages when showing paywall
pull/1402/head
ggurdin 1 year ago committed by GitHub
commit fc1294ad30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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