Skip to content

Commit 02f1129

Browse files
committed
Fixed warning
Xcode 15 complained: Forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
1 parent e978af7 commit 02f1129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FTLinearActivityIndicator/Classes/UIApplication+LinearNetworkActivityIndicator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extension UIApplication {
3636
}
3737

3838
private struct AssociatedKeys {
39-
static var indicatorWindowKey = "FTLinearActivityIndicatorWindowKey"
39+
static var indicatorWindowKey: UInt8 = 0
4040
}
4141

4242
var indicatorWindow: UIWindow? {

0 commit comments

Comments
 (0)