Skip to content

Commit

Permalink
Several fixes and suggestions, b 237
Browse files Browse the repository at this point in the history
  • Loading branch information
MIPPL committed Oct 23, 2019
1 parent 2e3faaa commit aa212cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file added 101
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ public void onFocusChange(View v, boolean hasFocus) {
int value = minvalue;
int balance = (int)(walletManager.getWallet().getBalance()/UNIT_MULTIPLIER);
int maxvalue = Math.min(getContext().getResources().getInteger(R.integer.max_bet_amount), balance );
Float fValue = 0.0f;
if (!hasFocus) {
try {
value = Integer.parseInt(mTxAmount.getText().toString());
Expand Down

0 comments on commit aa212cd

Please sign in to comment.