FinestWebView-Android
FinestWebView-Android copied to clipboard
Memory leak
This leak happens whenever the FinestWebView is launched and the user returns to the app.
Log: memoryleak.txt
/** * 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