TF-788 Integrate Forward to Settings screen

This commit is contained in:
Dat PHAM HOANG
2022-08-24 16:06:28 +07:00
committed by Dat H. Pham
parent 998aa23958
commit 2532959483
@@ -81,7 +81,7 @@ class ForwardHeaderWidget extends GetWidget<ForwardController> {
color: Colors.white,
fontWeight: FontWeight.w500,
))
..onPressActionClick(() => controller.getCurrentForwardLocalCopyState())
..onPressActionClick(() => controller.goToAddEmailsForward())
..text(
AppLocalizations.of(context).addRecipients,
isVertical: false,