android: DoricLayer setWillNotDraw set false to call draw,otherwise dispatchDraw will be called directly

This commit is contained in:
pengfei.zhou 2021-11-29 10:49:00 +08:00 committed by osborn
parent c11f0e79db
commit ec926cda0c

View File

@ -168,6 +168,7 @@ public class DoricLayer extends MaximumFrameLayout {
rightBottom, rightBottom,
leftBottom, leftBottom,
};
setWillNotDraw(false);
}
public float getCornerRadius() {