mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 10:19:42 +02:00
android automatic refactor recycle
This commit is contained in:
parent
19ac40c5b3
commit
0aad48ad49
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…
Add table
Add a link
Reference in a new issue