Explorar el Código

VLCRemoteBrowsingTVCell: Remove thumbnail constraint

This fixes a flicker when a local network source is selected.
Dave Nicolson hace 6 años
padre
commit
d837330ced
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Apple-TV/VLCRemoteBrowsingTVCell.m

+ 0 - 1
Apple-TV/VLCRemoteBrowsingTVCell.m

@@ -110,7 +110,6 @@ NSString *const VLCRemoteBrowsingTVCellIdentifier = @"VLCRemoteBrowsingTVCell";
         CGAffineTransform transform = context.nextFocusedView != self ? CGAffineTransformIdentity : CGAffineTransformMakeScale(1.1, 1.1);
         CGAffineTransform transform = context.nextFocusedView != self ? CGAffineTransformIdentity : CGAffineTransformMakeScale(1.1, 1.1);
         self.titleLabel.transform = transform;
         self.titleLabel.transform = transform;
         self.subtitleLabel.transform = transform;
         self.subtitleLabel.transform = transform;
-        self.titleThumbnailConstraint.constant = context.nextFocusedView != self ? 15 : 40;
     } completion:nil];
     } completion:nil];
 }
 }