feat: img attrs; disable CodeEditText autofill
This commit is contained in:
@@ -119,6 +119,7 @@ public class CodeEditText extends AppCompatEditText {
|
||||
|
||||
@Override
|
||||
protected void onDraw(Canvas canvas) {
|
||||
Log.v(LOG_TAG, "onDraw");
|
||||
mLogger.reset();
|
||||
if (mParentScrollView == null) {
|
||||
mParentScrollView = (HVScrollView) getParent();
|
||||
|
||||
Reference in New Issue
Block a user