mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 12:22:08 +01:00
Merge pull request #138 from luiscruz/autorefactor-recycle
Android automatic refactor - Recycle
This commit is contained in:
commit
06574ccbcf
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ public class NestedWebView extends WebView implements NestedScrollingChild {
|
||||||
stopNestedScroll();
|
stopNestedScroll();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
if (event != null) {
|
||||||
|
event.recycle();
|
||||||
|
}
|
||||||
return returnValue;
|
return returnValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue