1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-26 05:24:52 +02:00

Removed setNestedScrollEnabled

This commit is contained in:
vanitasvitae 2016-08-03 00:15:25 +02:00
parent a1a2750da8
commit e13f10a688

View file

@ -282,7 +282,6 @@ public class MainActivity extends AppCompatActivity
this.registerForContextMenu(webView);
webView.setParentActivity(this);
webView.setOverScrollMode(WebView.OVER_SCROLL_ALWAYS);
webView.setNestedScrollingEnabled(false);
// Setup WebView
//TODO: Dangerous on API < 17. Can we do anything about this?