deprecate blacktranslucent, blackopaque, styleBlackTranslucent and styleBlackOpaque (#173)

This commit is contained in:
jcesarmobile
2020-03-21 13:59:48 +01:00
committed by GitHub
parent 24d5f278d0
commit 2928339611
4 changed files with 17 additions and 7 deletions
+2 -2
View File
@@ -59,12 +59,12 @@ var StatusBar = {
},
styleBlackTranslucent: function () {
// #88000000 ? Apple says to use lightContent instead
console.warn('styleBlackTranslucent is deprecated and will be removed in next major release, use styleLightContent');
exec(null, null, "StatusBar", "styleBlackTranslucent", []);
},
styleBlackOpaque: function () {
// #FF000000 ? Apple says to use lightContent instead
console.warn('styleBlackOpaque is deprecated and will be removed in next major release, use styleLightContent');
exec(null, null, "StatusBar", "styleBlackOpaque", []);
},