Sfoglia il codice sorgente

VLCRemoteBrowsingTVCell: Remove thumbnail constraint

This fixes a flicker when a local network source is selected.
Dave Nicolson 6 anni fa
parent
commit
d837330ced
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);
         self.titleLabel.transform = transform;
         self.subtitleLabel.transform = transform;
-        self.titleThumbnailConstraint.constant = context.nextFocusedView != self ? 15 : 40;
     } completion:nil];
 }