Skip to content

Commit

Permalink
restore removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Sep 11, 2022
1 parent 3d90df2 commit 825a1da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ function updateProjectSplashScreen (platformConfig, locations) {
const cdvConfigPrefKey = 'Android' + themeKey.charAt(index).toUpperCase() + themeKey.slice(index + 1);
const cdvConfigPrefValue = platformConfig.getPreference(cdvConfigPrefKey, this.platform);
let themeTargetNode = splashScreenTheme.find(`item[@name="${themeKey}"]`);

switch (themeKey) {
case 'windowSplashScreenBackground':
// use the user defined value for "colors.xml"
Expand Down

0 comments on commit 825a1da

Please sign in to comment.