mirror of
https://github.com/gsantner/dandelion
synced 2024-11-21 20:02:07 +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);
|
||||
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?
|
||||
|
|
Loading…
Reference in a new issue