TF-2026 Implement SaveToDraft method
(cherry picked from commit cf03def2f5de115fb9feb64af6686c3957b8f1f2)
This commit is contained in:
@@ -513,7 +513,7 @@ abstract class BaseComposerView extends GetWidget<ComposerController>
|
||||
width: 150,
|
||||
height: 44,
|
||||
radius: 10,
|
||||
onTap: () => controller.saveToDraft(context)
|
||||
onTap: () => controller.saveToDraftAction(context)
|
||||
),
|
||||
const SizedBox(width: 12),
|
||||
buildTextButton(
|
||||
|
||||
Reference in New Issue
Block a user