Skip to content

Commit

Permalink
Merge pull request vault-development#1 from devapro/devapro-fixed-crash
Browse files Browse the repository at this point in the history
fix crash on android
  • Loading branch information
devapro authored Sep 8, 2018
2 parents 7dc8dee + da5b0f8 commit 0a22205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class SvgUri extends Component{
inspectNode(node){
// Only process accepted elements
if (!ACCEPTED_SVG_ELEMENTS.includes(node.nodeName)) {
return null;
return (<View />);
}

// Process the xml node
Expand Down

0 comments on commit 0a22205

Please sign in to comment.