mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +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")) {
|
||||
String value = xml.getAttributeValue(null, "value");
|
||||
int resource = 0;
|
||||
if (value != null)
|
||||
if (value == null)
|
||||
{
|
||||
value = "splash";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user