TF-2945 Apply quick select for read receipt in composer on web

This commit is contained in:
dab246
2024-07-10 13:57:55 +07:00
committed by Dat H. Pham
parent 0a8a0b0a6d
commit c8ea2da3cf
6 changed files with 78 additions and 45 deletions
@@ -440,7 +440,7 @@ class ComposerView extends GetWidget<ComposerController> {
isSelected: controller.hasRequestReadReceipt.value,
onCallbackAction: () {
popBack();
controller.toggleRequestReadReceipt();
controller.toggleRequestReadReceipt(context);
}
)
),
@@ -461,7 +461,7 @@ class ComposerView extends GetWidget<ComposerController> {
isSelected: controller.hasRequestReadReceipt.value,
onCallbackAction: () {
popBack();
controller.toggleRequestReadReceipt();
controller.toggleRequestReadReceipt(context);
}
)
),