Android :when reset,do not set scale to 0

This commit is contained in:
pengfei.zhou 2021-11-03 14:41:34 +08:00 committed by osborn
parent a257f8e8f7
commit 601e9a79c0

View File

@ -1201,8 +1201,8 @@ public abstract class ViewNode<T extends View> extends DoricContextHolder {
setAlpha(1); setAlpha(1);
setTranslationX(0); setTranslationX(0);
setTranslationY(0); setTranslationY(0);
setScaleX(0); setScaleX(1);
setScaleY(0); setScaleY(1);
setRotation(0); setRotation(0);
setRotationX(0); setRotationX(0);
setRotationY(0); setRotationY(0);