Various fixes

This commit is contained in:
Ilya Laktyushin
2022-11-24 02:36:11 +04:00
parent 0ba39ad01e
commit dea2cc2a7d
8 changed files with 29 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ import UIKit
import AsyncDisplayKit
import SwiftSignalKit
func isViewVisibleInHierarchy(_ view: UIView, _ initial: Bool = true) -> Bool {
public func isViewVisibleInHierarchy(_ view: UIView, _ initial: Bool = true) -> Bool {
guard let window = view.window else {
return false
}