Browse Source

Balance update fixes

master
Preyea Regmi 6 years ago
parent
commit
d41b47f4f9
  1. 2
      app/src/main/java/com/gmeremit/online/gmeremittance_native/user_profile/view/ProfileActivity.java

2
app/src/main/java/com/gmeremit/online/gmeremittance_native/user_profile/view/ProfileActivity.java

@ -284,7 +284,7 @@ public class ProfileActivity extends AppCompatActivity implements UserProfileCon
tvBalance.setText(body.availableBalance); tvBalance.setText(body.availableBalance);
} }
else else
tvBalance.setText("--.--");
tvBalance.setText("N/A");
} }
setWalletNo(body.walletNumber, body.primaryBankName); setWalletNo(body.walletNumber, body.primaryBankName);
// if (body.dpUrl != null && body.dpUrl.length() > 1) { // if (body.dpUrl != null && body.dpUrl.length() > 1) {

Loading…
Cancel
Save