mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-18 17:02:49 +08:00
Merge branch 'master' of https://github.com/pbakondy/cordova-plugin-statusbar
This commit is contained in:
commit
77ce75d4dd
@ -79,6 +79,7 @@ public class StatusBar extends CordovaPlugin {
|
||||
if ("_ready".equals(action)) {
|
||||
boolean statusBarVisible = (window.getAttributes().flags & WindowManager.LayoutParams.FLAG_FULLSCREEN) == 0;
|
||||
callbackContext.sendPluginResult(new PluginResult(PluginResult.Status.OK, statusBarVisible));
|
||||
return true;
|
||||
}
|
||||
|
||||
if ("show".equals(action)) {
|
||||
|
Loading…
Reference in New Issue
Block a user