Merge pull request #3896 from dpalou/MOBILE-4490
MOBILE-4490 android: Fix crash in Android 5.1 and 6 due to StatusBar
This commit is contained in:
		
						commit
						57b9965518
					
				
							
								
								
									
										8
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -50,7 +50,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.2",
 | 
			
		||||
        "@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3",
 | 
			
		||||
        "@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
 | 
			
		||||
        "@moodlehq/phonegap-plugin-push": "4.0.0-moodle.7",
 | 
			
		||||
        "@ngx-translate/core": "^15.0.0",
 | 
			
		||||
@ -5250,9 +5250,9 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/@moodlehq/cordova-plugin-statusbar": {
 | 
			
		||||
      "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==",
 | 
			
		||||
      "version": "4.0.0-moodle.3",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-statusbar/-/cordova-plugin-statusbar-4.0.0-moodle.3.tgz",
 | 
			
		||||
      "integrity": "sha512-81TA/RKSqhijN8bzsfCHNRLMndcDcuIwlPtxRwSelxBE+SiNtYMGsL4mjBn+zFkLmWw10KSYLzj3JlKUfCPkDg==",
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "cordovaDependencies": {
 | 
			
		||||
          "0.1.0": {
 | 
			
		||||
 | 
			
		||||
@ -85,7 +85,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.2",
 | 
			
		||||
    "@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3",
 | 
			
		||||
    "@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
 | 
			
		||||
    "@moodlehq/phonegap-plugin-push": "4.0.0-moodle.7",
 | 
			
		||||
    "@ngx-translate/core": "^15.0.0",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user