eSteem Mobile V2 (V2.0.6) - An Account Estimated Balance Isn't Displaying.

eSteem Mobile V2 (V2.0.6) - An Account Estimated Balance Isn't Displaying.

Project Information

  • Repository:

https://github.com/esteemapp/esteem-mobile

  • Project Name: eSteem Mobile v2

  • Publisher: esteemapp

Expected behavior

I expect an account estimation value to display the total sum of steem, steem power, Steem dollars and steem available in savings.

Actual behavior

An account estimated value isn't displaying.

How to reproduce

  • Launch app.
  • Click on wallet icon from the bottom right.

Bug

Screenshot_20190117-201736.png

Browser/App version:

eSteem Mobile V2 (V2.0.6)

Possible Fix

I have little idea on codes. So my findings might be totally wrong.

After checking UserWallet.jsx from steemit/condenser, i was able to see the lines of codes that displays user's estimated value.

When i checked wallet.js, on esteemapp/esteem-mobile repo, i wasn't able to see any code to display same output.

Here is the code i copied from UserWallet.jsx from steemit/condenser.

// set displayed estimated value
        const total_sbd =
            sbd_balance +
            sbd_balance_savings +
            savings_sbd_pending +
            sbdOrders +
            conversionValue;
        const total_steem =
            vesting_steem +
            balance_steem +
            saving_balance_steem +
            savings_pending +
            steemOrders;
        let total_value =
            '$' +
            numberWithCommas(
                (total_steem * price_per_steem + total_sbd).toFixed(2)
            );

Operating system:

Android 0 & 5.1

Recording Of The Bug

Reported

https://github.com/esteemapp/esteem-mobile/issues/457

H2
H3
H4
Upload from PC
Video gallery
3 columns
2 columns
1 column
6 Comments