Revert D3754778: Don't double clip images in Nodes

Summary: This reverts commit c5af305fa2b9ab15e2a31287dac4e5a3992aeb0d

Differential Revision: D3754778
This commit is contained in:
Ahmed El-Helw 2016-12-02 17:26:26 -08:00
parent b7c2cfcb34
commit c5eb13facd
1 changed files with 0 additions and 5 deletions

View File

@ -207,11 +207,6 @@ import com.facebook.react.views.imagehelper.MultiSourceHelper.MultiSourceResult;
}
}
@Override
protected boolean shouldClip() {
return false;
}
@Override
public void onSubmit(String id, Object callerContext) {
if (mCallback != null && mReactTag != 0) {