refactor!: remove deprecated methods (#229)

This commit is contained in:
jcesarmobile
2022-09-05 23:20:52 +02:00
committed by GitHub
parent 49b94aed6a
commit fbe33eb327
9 changed files with 3 additions and 135 deletions
-10
View File
@@ -57,16 +57,6 @@ var StatusBar = {
exec(null, null, 'StatusBar', 'styleLightContent', []);
},
styleBlackTranslucent: function () {
console.warn('styleBlackTranslucent is deprecated and will be removed in next major release, use styleLightContent');
exec(null, null, 'StatusBar', 'styleBlackTranslucent', []);
},
styleBlackOpaque: function () {
console.warn('styleBlackOpaque is deprecated and will be removed in next major release, use styleLightContent');
exec(null, null, 'StatusBar', 'styleBlackOpaque', []);
},
backgroundColorByName: function (colorname) {
return StatusBar.backgroundColorByHexString(namedColors[colorname]);
},