mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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