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

Merge pull request #138 from luiscruz/autorefactor-recycle

Android automatic refactor - Recycle
This commit is contained in:
vanitasvitae 2017-01-06 15:53:48 +01:00 committed by GitHub
commit 06574ccbcf

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;
} }