Skip to content

Commit d9a3d24

Browse files
committed
emoji [nfc]: Cut a comment on reasoning for not animating emoji
My comment here seemed unnecessarily judgy on a second reading; there are multiple valid reasons to disable animated emoji, like to save battery or to accommodate epilepsy or other neurological differences.
1 parent 78368e1 commit d9a3d24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/widgets/emoji.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ class ImageEmojiWidget extends StatelessWidget {
123123

124124
@override
125125
Widget build(BuildContext context) {
126-
// Some people really dislike animated emoji.
127126
final doNotAnimate =
128127
neverAnimate
129128
// From reading code, this doesn't actually get set on iOS:

0 commit comments

Comments
 (0)