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-ionic-webview": "5.0.0-moodle.2",
 | 
				
			||||||
        "@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11",
 | 
					        "@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11",
 | 
				
			||||||
        "@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
 | 
					        "@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/cordova-plugin-zip": "3.1.0-moodle.1",
 | 
				
			||||||
        "@moodlehq/phonegap-plugin-push": "4.0.0-moodle.7",
 | 
					        "@moodlehq/phonegap-plugin-push": "4.0.0-moodle.7",
 | 
				
			||||||
        "@ngx-translate/core": "^15.0.0",
 | 
					        "@ngx-translate/core": "^15.0.0",
 | 
				
			||||||
@ -5250,9 +5250,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@moodlehq/cordova-plugin-statusbar": {
 | 
					    "node_modules/@moodlehq/cordova-plugin-statusbar": {
 | 
				
			||||||
      "version": "4.0.0-moodle.2",
 | 
					      "version": "4.0.0-moodle.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-statusbar/-/cordova-plugin-statusbar-4.0.0-moodle.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-statusbar/-/cordova-plugin-statusbar-4.0.0-moodle.3.tgz",
 | 
				
			||||||
      "integrity": "sha512-eFIQaJK0+s6z72dgDST8DJ9XrWLxfueIaExX+iz25jA1Q7gh5mHSrxzVRlkO4NIfMd3dWt0nQHdexGV5psuH/A==",
 | 
					      "integrity": "sha512-81TA/RKSqhijN8bzsfCHNRLMndcDcuIwlPtxRwSelxBE+SiNtYMGsL4mjBn+zFkLmWw10KSYLzj3JlKUfCPkDg==",
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "cordovaDependencies": {
 | 
					        "cordovaDependencies": {
 | 
				
			||||||
          "0.1.0": {
 | 
					          "0.1.0": {
 | 
				
			||||||
 | 
				
			|||||||
@ -85,7 +85,7 @@
 | 
				
			|||||||
    "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.2",
 | 
					    "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.2",
 | 
				
			||||||
    "@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11",
 | 
					    "@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11",
 | 
				
			||||||
    "@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
 | 
					    "@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/cordova-plugin-zip": "3.1.0-moodle.1",
 | 
				
			||||||
    "@moodlehq/phonegap-plugin-push": "4.0.0-moodle.7",
 | 
					    "@moodlehq/phonegap-plugin-push": "4.0.0-moodle.7",
 | 
				
			||||||
    "@ngx-translate/core": "^15.0.0",
 | 
					    "@ngx-translate/core": "^15.0.0",
 | 
				
			||||||
@ -245,4 +245,4 @@
 | 
				
			|||||||
      "nl.kingsquare.cordova.background-audio": {}
 | 
					      "nl.kingsquare.cordova.background-audio": {}
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user