| 
				
			 | 
			
			
				@@ -208,7 +208,6 @@ public class RNCWebViewManager extends SimpleViewManager<WebView> { 
			 | 
		
	
		
			
			| 
				208
			 | 
			
				208
			 | 
			
			
				           String baseUrl = urlObj.getProtocol() + "://" + urlObj.getHost(); 
			 | 
		
	
		
			
			| 
				209
			 | 
			
				209
			 | 
			
			
				           String cookie = CookieManager.getInstance().getCookie(baseUrl); 
			 | 
		
	
		
			
			| 
				210
			 | 
			
				210
			 | 
			
			
				           request.addRequestHeader("Cookie", cookie); 
			 | 
		
	
		
			
			| 
				211
			 | 
			
				
			 | 
			
			
				-          System.out.println("Got cookie for DownloadManager: " + cookie); 
			 | 
		
	
		
			
			| 
				212
			 | 
			
				211
			 | 
			
			
				         } catch (MalformedURLException e) { 
			 | 
		
	
		
			
			| 
				213
			 | 
			
				212
			 | 
			
			
				           System.out.println("Error getting cookie for DownloadManager: " + e.toString()); 
			 | 
		
	
		
			
			| 
				214
			 | 
			
				213
			 | 
			
			
				           e.printStackTrace(); 
			 |