Skip to content

Commit

Permalink
refactor(status-bar): remove deprecated methods (#4872) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBelov authored Nov 21, 2024
1 parent acb6ba7 commit e85f761
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/@awesome-cordova-plugins/plugins/status-bar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,6 @@ export class StatusBar extends AwesomeCordovaNativePlugin {
})
styleLightContent() {}

/**
* Use the blackTranslucent statusbar (light text, for dark backgrounds).
*/
@Cordova({
sync: true,
})
styleBlackTranslucent() {}

/**
* Use the blackOpaque statusbar (light text, for dark backgrounds).
*/
@Cordova({
sync: true,
})
styleBlackOpaque() {}

/**
* Set the status bar to a specific named color. Valid options:
* black, darkGray, lightGray, white, gray, red, green, blue, cyan, yellow, magenta, orange, purple, brown.
Expand Down

0 comments on commit e85f761

Please sign in to comment.