File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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);
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments