Skip to content

Commit 78368e1

Browse files
committed
emoji [nfc]: Link to issue for "auto-play animated images" iOS setting
1 parent ad0f3e2 commit 78368e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/widgets/emoji.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,9 @@ class ImageEmojiWidget extends StatelessWidget {
130130
// https://github.com/zulip/zulip-flutter/pull/410#discussion_r1408522293
131131
|| MediaQuery.disableAnimationsOf(context)
132132
|| (defaultTargetPlatform == TargetPlatform.iOS
133-
// TODO(upstream) On iOS 17+ (new in 2023), there's a more closely
133+
// TODO(#1924) On iOS 17+ (new in 2023), there's a more closely
134134
// relevant setting than "reduce motion". It's called "auto-play
135-
// animated images", and we should file an issue to expose it.
136-
// See GitHub comment linked above.
135+
// animated images"; we should use that once Flutter exposes it.
137136
&& WidgetsBinding.instance.platformDispatcher.accessibilityFeatures.reduceMotion);
138137

139138
final size = textScaler.scale(this.size);

0 commit comments

Comments
 (0)