Pārlūkot izejas kodu

VLCRemoteBrowsingTVCell: Remove thumbnail constraint

This fixes a flicker when a local network source is selected.
Dave Nicolson 6 gadi atpakaļ
vecāks
revīzija
d837330ced
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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];
 }