diff --git a/apps/coin_info/app.js b/apps/coin_info/app.js index 1624266bd..cb5b18009 100644 --- a/apps/coin_info/app.js +++ b/apps/coin_info/app.js @@ -147,13 +147,14 @@ function showDetails() { Price: ${priceFmt} M-Cap: ${mCapFmt}\n `; - E.showAlert(msg, "Token Details").then(function() { - // print("Ok pressed"); - g.clear(); - layout.forgetLazyState(); - layout.render(); - layout.setUI(); - }); + // E.showAlert(msg, "Token Details").then(function() { + // // print("Ok pressed"); + // g.clear(); + // layout.forgetLazyState(); + // layout.render(); + // layout.setUI(); + // }); + E.showMessage(msg, "Token Details"); }) .catch(err => { const msg = `Failed to fetch details for ${token.toUpperCase()}`; diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index 83172b1fa..3f6fd730a 100644 --- a/apps/coin_info/metadata.json +++ b/apps/coin_info/metadata.json @@ -1,7 +1,7 @@ { "id": "coin_info", "name": "Crypto-Coins Info", "shortName":"Coins Info", - "version": "0.06.64", + "version": "0.06.65", "description": "Crypto-Coins Infos with the help of the Binance API", "icon": "app.png", "tags": "clkinfo",