[#11283] Blank view when open yearn.finance in Status WebView

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2020-10-08 09:42:18 +02:00
parent b198084b78
commit 905699b686
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 5 additions and 0 deletions

View File

@ -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) {