mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
feat(android): background color/image handling improvements (#10451)
This commit is contained in:

committed by
GitHub

parent
bb83addb5c
commit
4abcb216da
@ -54,7 +54,7 @@ export class ProtocolWrapper {
|
||||
JSON.stringify({
|
||||
method: name,
|
||||
params,
|
||||
})
|
||||
}),
|
||||
);
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
@ -74,7 +74,7 @@ export class ProtocolWrapper {
|
||||
JSON.stringify({
|
||||
id,
|
||||
result,
|
||||
})
|
||||
}),
|
||||
);
|
||||
}
|
||||
} catch (err) {
|
||||
|
Reference in New Issue
Block a user