fix(images): another mat released causes the mat recycled???

This commit is contained in:
hyb1996
2018-03-31 22:07:31 +08:00
parent 18a2543bb1
commit 0e2a49cd6f
3 changed files with 2 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ public class CodeEditText extends AppCompatEditText {
static final String LOG_TAG = "CodeEditText";
private static final boolean DEBUG = BuildConfig.DEBUG;
private static final boolean DEBUG = false;
// 文字范围
protected HVScrollView mParentScrollView;