mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-10-31 02:17:41 +00:00 
			
		
		
		
	Make get cookies static
This commit is contained in:
		
							parent
							
								
									f4e3640e66
								
							
						
					
					
						commit
						6089046dd2
					
				| @ -136,7 +136,7 @@ public class HttpClient { | |||||||
|         return sLogInterceptor; |         return sLogInterceptor; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     public List<Cookie> getCookiesFromUrl(HttpUrl httpUrl) { |     public static List<Cookie> getCookiesFromUrl(HttpUrl httpUrl) { | ||||||
|         return sCookieStore.get(httpUrl.host()); |         return sCookieStore.get(httpUrl.host()); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user