mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
CB-3357: Fixing resource grabbing
This commit is contained in:
parent
48b8c69ba0
commit
20caac1b6e
@ -119,7 +119,7 @@ public class Config {
|
|||||||
} else if (name.equals("splashscreen")) {
|
} else if (name.equals("splashscreen")) {
|
||||||
String value = xml.getAttributeValue(null, "value");
|
String value = xml.getAttributeValue(null, "value");
|
||||||
int resource = 0;
|
int resource = 0;
|
||||||
if (value != null)
|
if (value == null)
|
||||||
{
|
{
|
||||||
value = "splash";
|
value = "splash";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user