fix(call-number): fix isCallSupported function

closes: #2428
This commit is contained in:
Daniel Sogl 2018-04-14 16:44:57 +02:00 committed by GitHub
parent 91d22c5211
commit f49d2a964e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,9 +48,7 @@ export class CallNumber extends IonicNativePlugin {
* Check if call feature is available * Check if call feature is available
* @return {Promise<any>} * @return {Promise<any>}
*/ */
@Cordova({ @Cordova()
callbackOrder: 'reverse'
})
isCallSupported(): Promise<any> { isCallSupported(): Promise<any> {
return; return;
} }