1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-18 09:34:54 +02:00

android automatic refactor recycle

This commit is contained in:
Luis Cruz 2017-01-04 10:02:18 +00:00
parent 19ac40c5b3
commit 0aad48ad49

View file

@ -89,6 +89,9 @@ public class NestedWebView extends WebView implements NestedScrollingChild {
stopNestedScroll();
break;
}
if (event != null) {
event.recycle();
}
return returnValue;
}