Skip to content

Commit

Permalink
chore: removed comment that serves no purpose (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriVanHoudt authored and timbru31 committed Nov 4, 2019
1 parent 5292781 commit f0c9814
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public SystemCookieManager(WebView webview) {
webView = webview;
cookieManager = CookieManager.getInstance();

//REALLY? Nobody has seen this UNTIL NOW?
cookieManager.setAcceptFileSchemeCookies(true);

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
Expand Down

0 comments on commit f0c9814

Please sign in to comment.