mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
1b7874607e
Currently, we copy default splash screens to the platform folder during platform creation, but then we do not delete them when the user uses no splash screens at all. This causes #1226 and what is described in #689. The new implementation does not return early when updating splashes and none are defined. Instead, we let the cleanup map we create initially take care of deleting all unused splash screens. This also deletes the default splashes during the first prepare after platform creation. Fixes #1226 |
||
---|---|---|
.. | ||
lib | ||
templates | ||
android_sdk_version | ||
android_sdk_version.bat | ||
check_reqs | ||
check_reqs.bat | ||
create | ||
create.bat | ||
update | ||
update.bat |