Android-Rich-text-Editor
Android-Rich-text-Editor copied to clipboard
Html 中content內存泄露
public class Html {
public static boolean escapeCJK = false;
public static Context sContext;
..............
}
public class AreImageGetter implements Html.ImageGetter {
private Context mContext;
private TextView mTextView;
//还有这里也会 private static GlideRequests sGlideRequests;
also here
public class ARE_Toolbar extends LinearLayout { private static ARE_Toolbar sInstance; }
代码考虑不够周全,
- @Hackerofshi 此处传递 Application 即可,无需传递 Activity
- @techGay 同 1
- @minwang1 我记得应该有这句代码,但我怎么没找到?
多谢各位提出问题!