mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
get() call removed from web client for android
This commit is contained in:
@ -21,7 +21,7 @@ export class Client {
|
||||
}
|
||||
successCallback(result);
|
||||
}
|
||||
})).get();
|
||||
}));
|
||||
}
|
||||
} catch (ex) {
|
||||
|
||||
@ -62,7 +62,7 @@ export class Client {
|
||||
|
||||
successCallback(image);
|
||||
}
|
||||
})).get();
|
||||
}));
|
||||
}
|
||||
} catch (ex) {
|
||||
|
||||
|
Reference in New Issue
Block a user