Skip to content

Commit 54c7fc6

Browse files
authored
Move reachability flags initialization to +initialize from +load (#5477)
1 parent 8e0ebf9 commit 54c7fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ @implementation GDTCORReachability {
4242
GDTCORNetworkReachabilityFlags _callbackFlags;
4343
}
4444

45-
+ (void)load {
45+
+ (void)initialize {
4646
[self sharedInstance];
4747
}
4848

0 commit comments

Comments
 (0)