From e85f76199916412f01d82334588bbf24fa31653b Mon Sep 17 00:00:00 2001 From: Maxim Belov Date: Thu, 21 Nov 2024 20:32:19 +0200 Subject: [PATCH] refactor(status-bar): remove deprecated methods (#4872) [skip ci] --- .../plugins/status-bar/index.ts | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/@awesome-cordova-plugins/plugins/status-bar/index.ts b/src/@awesome-cordova-plugins/plugins/status-bar/index.ts index fb2ebb504..df759235a 100644 --- a/src/@awesome-cordova-plugins/plugins/status-bar/index.ts +++ b/src/@awesome-cordova-plugins/plugins/status-bar/index.ts @@ -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.