Browse Source

VLCRemoteBrowsingTVCell: Remove thumbnail constraint

This fixes a flicker when a local network source is selected.
Dave Nicolson 6 years ago
parent
commit
d837330ced
1 changed files with 0 additions and 1 deletions
  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];
 }