Skip to content

Commit a907761

Browse files
tddang-linagorahoangdat
authored andcommitted
HOTFIX Temporary disable reply quote toggle for iOS
1 parent 69c4bb4 commit a907761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/features/email/presentation/email_view.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,8 @@ class EmailView extends GetWidget<SingleEmailController> {
459459
onHtmlContentClippedAction: controller.onHtmlContentClippedAction,
460460
onScrollHorizontalEnd: controller.onScrollHorizontalEnd,
461461
keepAlive: isInsideThreadDetailView,
462-
enableQuoteToggle: isInsideThreadDetailView,
462+
// TODO: Change this to [enableQuoteToggle: isInsideThreadDetailView,] when upgrade to Flutter 3.27.4
463+
enableQuoteToggle: false,
463464
);
464465
}),
465466
),

0 commit comments

Comments
 (0)