Always set tint color ivar in UIViewBridge

This commit is contained in:
Rahul Malik
2019-09-11 15:25:54 -07:00
parent 1f08950d88
commit 8ecba0bfce
@@ -823,6 +823,7 @@ if (shouldApply) { _layer.layerProperty = (layerValueExpr); } else { ASDisplayNo
}
}
} else {
_tintColor = color;
_setToViewOnly(tintColor, color);
}
__instanceLock__.unlock();