We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28e9656 + c4ccd8c commit 0693eeeCopy full SHA for 0693eee
2 files changed
src/ios/GoogleMaps/GoogleMaps.h
@@ -11,7 +11,6 @@
11
#import "GoogleMapsViewController.h"
12
#import "Map.h"
13
#import "PluginUtil.h"
14
-#import "R9HTTPRequest.h"
15
#import "MyPluginLayer.h"
16
#import "MyReachability.h"
17
#import "MyPluginScrollView.h"
src/ios/GoogleMaps/GoogleMaps.m
@@ -97,7 +97,7 @@ -(void)versionCheck
97
return;
98
}
99
100
-
+ /*
101
dispatch_queue_t gueue = dispatch_queue_create("plugins.google.maps.version_check", NULL);
102
dispatch_async(gueue, ^{
103
NSURL *URL = [NSURL URLWithString:@"http://plugins.cordova.io/api/plugin.google.maps"];
@@ -118,6 +118,7 @@ -(void)versionCheck
118
}];
119
[request startRequest];
120
});
121
+ */
122
123
124
-(void)viewDidLayoutSubviews {
0 commit comments