MOBILE-4331 core: Fix statusbar plugin missing some code

main
Dani Palou 2023-09-12 08:23:49 +02:00
parent 92615be7c7
commit 5727341aee
2 changed files with 4 additions and 3 deletions

5
package-lock.json generated
View File

@ -4802,8 +4802,9 @@
}
},
"@moodlehq/cordova-plugin-statusbar": {
"version": "4.0.0-moodle.1",
"resolved": "git+https://github.com/moodlemobile/cordova-plugin-statusbar.git#5dfcf11cd262da2da466fab740291b434e3abba4"
"version": "4.0.0-moodle.2",
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-statusbar/-/cordova-plugin-statusbar-4.0.0-moodle.2.tgz",
"integrity": "sha512-eFIQaJK0+s6z72dgDST8DJ9XrWLxfueIaExX+iz25jA1Q7gh5mHSrxzVRlkO4NIfMd3dWt0nQHdexGV5psuH/A=="
},
"@moodlehq/cordova-plugin-zip": {
"version": "3.1.0-moodle.1",

View File

@ -84,7 +84,7 @@
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.2",
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11",
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
"@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.1",
"@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.2",
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
"@moodlehq/ionic-native-push": "5.36.0-moodle.2",
"@moodlehq/phonegap-plugin-push": "4.0.0-moodle.6",