Skip to content

Commit

Permalink
[ANDWL-240] change evmos fee
Browse files Browse the repository at this point in the history
  • Loading branch information
soaryong-c committed Jul 5, 2022
1 parent 004a7f6 commit ac94efa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ private void onUpdateView() {
} else if (getSActivity().mBaseChain.equals(BaseChain.CUDOS_MAIN)) {
mGasFee.setTextSize(TypedValue.COMPLEX_UNIT_DIP, 11);
mGasRate.setTextSize(TypedValue.COMPLEX_UNIT_DIP, 11);
} else if (getSActivity().mBaseChain.equals(BaseChain.EVMOS_MAIN)) {
mGasFee.setTextSize(TypedValue.COMPLEX_UNIT_DIP, 11);
mGasRate.setTextSize(TypedValue.COMPLEX_UNIT_DIP, 11);
}
mGasFee.setText(mFee.toPlainString());

Expand Down

0 comments on commit ac94efa

Please sign in to comment.