mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
CB-3357: Fixing resource grabbing
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user