Commit f67116e1 by Jonathan Price Committed by Sebastián Katzer

Prepend default icon with missing prefix (#868)

* assets.parse expects prefix of res://, file://, or http://.
parent ec674ea7
......@@ -132,7 +132,7 @@ public class Options {
if (options.has("iconUri") && !options.optBoolean("updated"))
return;
Uri iconUri = assets.parse(options.optString("icon", "icon"));
Uri iconUri = assets.parse(options.optString("icon", "res://icon"));
Uri soundUri = assets.parseSound(options.optString("sound", null));
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment