FinestWebView-Android icon indicating copy to clipboard operation
FinestWebView-Android copied to clipboard

Memory leak

Open jbmlaird opened this issue 8 years ago • 1 comments

This leak happens whenever the FinestWebView is launched and the user returns to the app.

Log: memoryleak.txt

jbmlaird avatar May 17 '17 13:05 jbmlaird

/** * If you use context instead of activity, FinestWebView won't be able to override activity animation. * Try to create builder with Activity if it's possible. */ public Builder(@NonNull Context context) { this.context = context; Base.initialize(context); } you can use ApplicationContext to build

AzusaL avatar Jul 10 '17 02:07 AzusaL