TF-859 Keep local copy in Forwarding
This commit is contained in:
@@ -103,7 +103,7 @@ class ForwardHeaderWidget extends GetWidget<ForwardController> {
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Colors.black)),
|
||||
value: controller.getCurrentForwardLocalCopyState(),
|
||||
value: controller.currentForwardLocalCopyState,
|
||||
onChanged: (_) {
|
||||
controller.handleEditLocalCopy();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user