forked from github/cordova-android
Making the object less chatty
This commit is contained in:
parent
41cace9a96
commit
46e7359372
@ -522,8 +522,6 @@ public class CordovaWebView extends WebView {
|
|||||||
{
|
{
|
||||||
super.onScrollChanged(l, t, oldl, oldt);
|
super.onScrollChanged(l, t, oldl, oldt);
|
||||||
//We should post a message that the scroll changed
|
//We should post a message that the scroll changed
|
||||||
LOG.d(TAG, "Scroll changed: oldl = %d, l = %d", oldl, l);
|
|
||||||
LOG.d(TAG, "Scroll changed: oldt = %d, t = %d", oldt, t);
|
|
||||||
ScrollEvent myEvent = new ScrollEvent(l, t, oldl, oldt, this);
|
ScrollEvent myEvent = new ScrollEvent(l, t, oldl, oldt, this);
|
||||||
this.postMessage("onScrollChanged", myEvent);
|
this.postMessage("onScrollChanged", myEvent);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user