Skip to content

Commit c1d3f66

Browse files
committed
Confined UIRefreshControl to iOS only because it's not available on tvOS
1 parent f1e09de commit c1d3f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Action/UIKitExtensions/UIRefreshControl+Action.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if os(iOS) || os(tvOS)
1+
#if os(iOS)
22
import UIKit
33
import RxSwift
44
import RxCocoa

0 commit comments

Comments
 (0)