mirror of
https://github.com/status-im/status-react.git
synced 2025-02-08 09:06:25 +00:00
[#11283] Blank view when open yearn.finance in Status WebView
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
b198084b78
commit
905699b686
@ -160,6 +160,11 @@
|
||||
return sendAPIrequest('qr-code', {regex: regex});
|
||||
};
|
||||
|
||||
EthereumProvider.prototype.on = function (type, handler)
|
||||
{
|
||||
console.log("Not supported by Status")
|
||||
}
|
||||
|
||||
EthereumProvider.prototype.request = function (requestArguments)
|
||||
{
|
||||
if (!requestArguments) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user