diff --git a/Limelight/UIAppView.m b/Limelight/UIAppView.m index b20604d..c831508 100644 --- a/Limelight/UIAppView.m +++ b/Limelight/UIAppView.m @@ -62,7 +62,7 @@ static UIImage* noImage; self.layer.shouldRasterize = YES; self.layer.rasterizationScale = [UIScreen mainScreen].scale; - if (@available(iOS 13.4, *)) { + if (@available(iOS 13.4.1, *)) { // Allow the button style to change when moused over self.pointerInteractionEnabled = YES; } diff --git a/Limelight/UIComputerView.m b/Limelight/UIComputerView.m index f2e6502..45ed681 100644 --- a/Limelight/UIComputerView.m +++ b/Limelight/UIComputerView.m @@ -78,7 +78,7 @@ static const int LABEL_DY = 20; [self addSubview:_hostOverlay]; [self addSubview:_hostSpinner]; - if (@available(iOS 13.4, *)) { + if (@available(iOS 13.4.1, *)) { // Allow the button style to change when moused over self.pointerInteractionEnabled = YES; }