You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a nicely working app on my iPhone, but when I add the StatusBarService to set the color of the bar items the app crashes as soon as the app calls the service.
Attach version 4.0.7
GraalVM: graalvm-svm-darwin-20.1.0-ea+28
This one is really the only thing left for me to make happen. I am now using the latest client plugin version. I switched from 0.1.21 to 0.1.23 and I still see this issue. The design of my app could be pixel perfect, if only this service would work.
I have a nicely working app on my iPhone, but when I add the StatusBarService to set the color of the bar items the app crashes as soon as the app calls the service.
Attach version 4.0.7
GraalVM: graalvm-svm-darwin-20.1.0-ea+28
Default-Info.plist
Code:
Services.get(StatusBarService.class).ifPresent(service -> service.setColor(color));
Dump:
The text was updated successfully, but these errors were encountered: