HOTFIX Temporary disable reply quote toggle for iOS

This commit is contained in:
DatDang
2025-07-21 10:32:06 +07:00
committed by Dat H. Pham
parent 69c4bb4fd2
commit a9077612cd
@@ -459,7 +459,8 @@ class EmailView extends GetWidget<SingleEmailController> {
onHtmlContentClippedAction: controller.onHtmlContentClippedAction,
onScrollHorizontalEnd: controller.onScrollHorizontalEnd,
keepAlive: isInsideThreadDetailView,
enableQuoteToggle: isInsideThreadDetailView,
// TODO: Change this to [enableQuoteToggle: isInsideThreadDetailView,] when upgrade to Flutter 3.27.4
enableQuoteToggle: false,
);
}),
),