HOTFIX Enable iOS quote toggle

This commit is contained in:
DatDang
2025-08-28 14:09:06 +07:00
committed by Dat H. Pham
parent 24c6a8dbd1
commit 1786664194
@@ -382,8 +382,7 @@ class EmailView extends GetWidget<SingleEmailController> {
onHtmlContentClippedAction: controller.onHtmlContentClippedAction,
onScrollHorizontalEnd: controller.onScrollHorizontalEnd,
keepAlive: isInsideThreadDetailView,
// TODO: Change this to [enableQuoteToggle: isInsideThreadDetailView,] when upgrade to Flutter 3.27.4
enableQuoteToggle: false,
enableQuoteToggle: isInsideThreadDetailView,
),
),
Obx(() {