-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(statusbar)!: implement overlay and background color in iOS #2179
feat(statusbar)!: implement overlay and background color in iOS #2179
Conversation
c642139
to
f6d9794
Compare
f6d9794
to
aac805f
Compare
status-bar/android/src/main/java/com/capacitorjs/plugins/statusbar/StatusBarPlugin.java
Outdated
Show resolved
Hide resolved
Released dev build of status-bar with dev version: 6.0.2-dev-2179-20240905T142731.0 |
if let observer = observer { | ||
NotificationCenter.default.removeObserver(observer) | ||
|
||
private func style(fromString: String) -> UIStatusBarStyle { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't need to happen for this PR, but we could make this an init()
on the style enum and have a computer variable that gives us a UIStatusBarStyle on the enum as well. Just putting that out into the ether for the future.
status-bar/android/src/main/java/com/capacitorjs/plugins/statusbar/StatusBarConfig.java
Show resolved
Hide resolved
status-bar/android/src/main/java/com/capacitorjs/plugins/statusbar/StatusBar.java
Outdated
Show resolved
Hide resolved
dd92e88
to
9befd42
Compare
adb9d98
to
fd03e47
Compare
No description provided.