Skip to content

Commit 42a0c05

Browse files
committed
app [nfc]: Trim out a now-unnecessary comment on tooltipTheme
This is now the natural thing to do for tooltipTheme, following recommendations in the upstream docs (thanks to my PR flutter/flutter#135879!) and doesn't need an explicit comment explaining it.
1 parent fcd74e6 commit 42a0c05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/widgets/app.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ class _ZulipAppState extends State<ZulipApp> with WidgetsBindingObserver {
134134
seedColor: kZulipBrandColor,
135135
),
136136
scaffoldBackgroundColor: const Color(0xfff6f6f6),
137-
// `preferBelow: false` seems like a better default for mobile;
138-
// the area below a long-press target seems more likely to be hidden by
139-
// a finger or thumb than the area above.
140137
tooltipTheme: const TooltipThemeData(preferBelow: false),
141138
);
142139

0 commit comments

Comments
 (0)