TF-2945 Apply quick select for read receipt in composer on web
This commit is contained in:
@@ -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);
|
||||
}
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user