Skip to content

Commit

Permalink
Merge pull request nitaliano#190 from mfazekas/fix-android-expr-images
Browse files Browse the repository at this point in the history
Fixed android images with expressions
  • Loading branch information
mfazekas authored Jun 30, 2019
2 parents c163135 + e0d9eef commit b986264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public RCTMGLStyleValue(@NonNull ReadableMap config) {
imageURI = null;
}
isAddImage = imageURI != null;
return;
if (isAddImage) { return; }
}

Dynamic dynamic = mPayload.getDynamic("value");
Expand Down

0 comments on commit b986264

Please sign in to comment.