File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,6 @@ - (void)webViewDidStartLoad:(UIWebView*)webView {
317317 if (!self.navigationItem .rightBarButtonItem ) {
318318 [self .navigationItem setRightBarButtonItem: _activityItem animated: YES ];
319319 }
320- TTNetworkRequestStarted ();
321320 [_toolbar replaceItemWithTag: 3 withItem: _stopButton];
322321 _backButton.enabled = [_webView canGoBack ];
323322 _forwardButton.enabled = [_webView canGoForward ];
@@ -327,7 +326,6 @@ - (void)webViewDidStartLoad:(UIWebView*)webView {
327326// /////////////////////////////////////////////////////////////////////////////////////////////////
328327- (void )webViewDidFinishLoad : (UIWebView*)webView {
329328 TT_RELEASE_SAFELY (_loadingURL);
330- TTNetworkRequestStopped ();
331329 self.title = [_webView stringByEvaluatingJavaScriptFromString: @" document.title" ];
332330 if (self.navigationItem .rightBarButtonItem == _activityItem) {
333331 [self .navigationItem setRightBarButtonItem: nil animated: YES ];
You can’t perform that action at this time.
0 commit comments