We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c4bb4 commit a907761Copy full SHA for a907761
lib/features/email/presentation/email_view.dart
@@ -459,7 +459,8 @@ class EmailView extends GetWidget<SingleEmailController> {
459
onHtmlContentClippedAction: controller.onHtmlContentClippedAction,
460
onScrollHorizontalEnd: controller.onScrollHorizontalEnd,
461
keepAlive: isInsideThreadDetailView,
462
- enableQuoteToggle: isInsideThreadDetailView,
+ // TODO: Change this to [enableQuoteToggle: isInsideThreadDetailView,] when upgrade to Flutter 3.27.4
463
+ enableQuoteToggle: false,
464
);
465
}),
466
),
0 commit comments