mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
refactor(safari-view-controller): hide returns promise
This commit is contained in:
parent
3500d80b9c
commit
27fdce7af2
@ -81,7 +81,7 @@ export class SafariViewController {
|
||||
* Hides Safari View Controller
|
||||
*/
|
||||
@Cordova()
|
||||
static hide(): void { }
|
||||
static hide(): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
* Tries to connect to the Chrome's custom tabs service. you must call this method before calling any of the other methods listed below.
|
||||
|
Loading…
Reference in New Issue
Block a user