Skip to content

Commit e85f761

Browse files
authored
refactor(status-bar): remove deprecated methods (#4872) [skip ci]
1 parent acb6ba7 commit e85f761

File tree

1 file changed

+0
-16
lines changed
  • src/@awesome-cordova-plugins/plugins/status-bar

1 file changed

+0
-16
lines changed

src/@awesome-cordova-plugins/plugins/status-bar/index.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,6 @@ export class StatusBar extends AwesomeCordovaNativePlugin {
6666
})
6767
styleLightContent() {}
6868

69-
/**
70-
* Use the blackTranslucent statusbar (light text, for dark backgrounds).
71-
*/
72-
@Cordova({
73-
sync: true,
74-
})
75-
styleBlackTranslucent() {}
76-
77-
/**
78-
* Use the blackOpaque statusbar (light text, for dark backgrounds).
79-
*/
80-
@Cordova({
81-
sync: true,
82-
})
83-
styleBlackOpaque() {}
84-
8569
/**
8670
* Set the status bar to a specific named color. Valid options:
8771
* black, darkGray, lightGray, white, gray, red, green, blue, cyan, yellow, magenta, orange, purple, brown.

0 commit comments

Comments
 (0)