1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-26 13:34:52 +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(); stopNestedScroll();
break; break;
} }
if (event != null) {
event.recycle();
}
return returnValue; return returnValue;
} }