mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 12:22:08 +01:00
Removed setNestedScrollEnabled
This commit is contained in:
parent
a1a2750da8
commit
e13f10a688
1 changed files with 0 additions and 1 deletions
|
@ -282,7 +282,6 @@ public class MainActivity extends AppCompatActivity
|
||||||
this.registerForContextMenu(webView);
|
this.registerForContextMenu(webView);
|
||||||
webView.setParentActivity(this);
|
webView.setParentActivity(this);
|
||||||
webView.setOverScrollMode(WebView.OVER_SCROLL_ALWAYS);
|
webView.setOverScrollMode(WebView.OVER_SCROLL_ALWAYS);
|
||||||
webView.setNestedScrollingEnabled(false);
|
|
||||||
|
|
||||||
// Setup WebView
|
// Setup WebView
|
||||||
//TODO: Dangerous on API < 17. Can we do anything about this?
|
//TODO: Dangerous on API < 17. Can we do anything about this?
|
||||||
|
|
Loading…
Reference in a new issue