File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ios/Capacitor/Capacitor/Plugins Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ public class CAPSystemBarsPlugin: CAPPlugin, CAPBridgedPlugin {
55 public let identifier = " CAPSystemBarsPlugin "
66 public let jsName = " SystemBars "
77 public let pluginMethods : [ CAPPluginMethod ] = [
8- CAPPluginMethod ( name: " setStyle " , returnType: CAPPluginReturnNone ) ,
9- CAPPluginMethod ( name: " setAnimation " , returnType: CAPPluginReturnNone ) ,
10- CAPPluginMethod ( name: " show " , returnType: CAPPluginReturnNone ) ,
11- CAPPluginMethod ( name: " hide " , returnType: CAPPluginReturnNone )
8+ CAPPluginMethod ( name: " setStyle " , returnType: CAPPluginReturnPromise ) ,
9+ CAPPluginMethod ( name: " setAnimation " , returnType: CAPPluginReturnPromise ) ,
10+ CAPPluginMethod ( name: " show " , returnType: CAPPluginReturnPromise ) ,
11+ CAPPluginMethod ( name: " hide " , returnType: CAPPluginReturnPromise )
1212 ]
1313
1414 public private( set) var hideHomeIndicator : Bool = false
You can’t perform that action at this time.
0 commit comments