[#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});
|
return sendAPIrequest('qr-code', {regex: regex});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
EthereumProvider.prototype.on = function (type, handler)
|
||||||
|
{
|
||||||
|
console.log("Not supported by Status")
|
||||||
|
}
|
||||||
|
|
||||||
EthereumProvider.prototype.request = function (requestArguments)
|
EthereumProvider.prototype.request = function (requestArguments)
|
||||||
{
|
{
|
||||||
if (!requestArguments) {
|
if (!requestArguments) {
|
||||||
|
|
Loading…
Reference in New Issue