clear selected messages when showing paywall
This commit is contained in:
parent
1d64475d25
commit
ed72abb38b
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