Skip to content

Commit

Permalink
Merge pull request #9005 from garymathews/TIMOB-24647
Browse files Browse the repository at this point in the history
[TIMOB-24647] Android: Also set constructor values in KrollRuntime
  • Loading branch information
Frankie committed Jul 19, 2017
2 parents 2b33596 + 56e319b commit 059a46c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,9 @@ public void handleCreationDict(KrollDict dict)
}
}

properties.putAll(dict);
for (String key : dict.keySet()) {
setProperty(key, dict.get(key));
}
handleDefaultValues();
handleLocaleProperties();

Expand Down

0 comments on commit 059a46c

Please sign in to comment.